Global Variables in Node.js
What is Global Variables in Node.js?...
What is Global Variables in Node.js?...
What is Node.js FS Module?...
What is Node.js HTTP Module?...
What is Node.js Modules ? How to create our own modules?...
How to Download and Install Node.js on server?...
What is Node.js? - Node.js is an open source dynamic JavaScript language which runs on server supports on various platforms (Windows, Linux, Unix, Mac OS X, etc.)...
Node.js is an open source server environment which allows to run JavaScript on the server side. Node.js runs on web browser like google crome, mozila, safari, uc , IE...
You can edit PHP code and view the result in your browser using online PHP compiler (editor)....
PHP mysqli_fetch_assoc() Function is used to fetch rows as an associative array from the database....
PHP mysqli_fetch_array() Function is used to fetch rows as a numeric array and as an associative or both array from the database....
PHP mysqli_connect_error() Function returns description of the error from the last connection incase of a failure. If the connection is successful, then it returns Null....
PHP mysqli_select_db() Function is used to choose database for the connection. Also You can select the default database using 4th parameter in mysqli_connect() function....
PHP mysqli_connect() Function is used to open a new connection to the MySQL server. mysqli_connect() establishes a connection with MySQL server and returns the connection as an object....
PHP mysqli_query() Function is used to execute mysql query on database. A mysqli_query() function is PHP built-in function....
PHP strtotime() Function is used to convert an English textual datetime into a Unix timestamp. A strtotime() function is PHP built-in function....
PHP file_get_contents() Function is used to read the contents of a file into a string. A file_get_contents() function is PHP built-in function....
PHP strpos() Function is used to find the position of the first occurrence of a substring in a string. PHP strpos() function is PHP built-in function....
PHP str_replace() Function is used to replace all the occurrences of the search string or array of search strings by replacement string or array of replacement strings in the given string or array respectively. PHP str_replace() function is PHP built-in function....
PHP substr() Function is used to return a part of a string. PHP substr() function is PHP built-in function....
PHP unset() Function is used to unset a variable. PHP unset() function is PHP built-in function....