Online PHP Compiler
You can edit PHP code and view the result in your browser using online PHP compiler (editor). You can execute php code using our online PHP compile...
You can edit PHP code and view the result in your browser using online PHP compiler (editor). You can execute php code using our online PHP compile...
PHP mysqli_fetch_assoc() Function is used to fetch rows as an associative array from the database. Associative arrays are the arrays where the inde...
PHP mysqli_fetch_array() Function is used to fetch rows as a numeric array and as an associative or both array from the database. Associative ...
PHP mysqli_connect_error() Function returns description of the error from the last connection incase of a failure. If the connection is successful, th...
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_...
PHP mysqli_connect() Function is used to open a new connection to the MySQL server. mysqli_connect() establishes a connection with MySQL server and re...
PHP mysqli_query() Function is used to execute mysql query on database. A mysqli_query() function is PHP built-in function. The MySQLi Extension is...
PHP strtotime() Function is used to convert an English textual datetime into a Unix timestamp. A strtotime() function is PHP built-in function. PHP...
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...
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 re...
PHP substr() Function is used to return a part of a string. PHP substr() function is PHP built-in function. Syntax for substr: substr(string $st...
PHP unset() Function is used to unset a variable. PHP unset() function is PHP built-in function. It unsets the local variables. If You want to unse...
PHP isset() Function is used to check whether the variable is set or declared. Also checks a variable is empty. PHP isset() function is PHP buil...
PHP phpinfo() Function is used to check information about PHP's configuration, Predefined Variables, extensions, the PHP version, server informati...
What is wamp server? WampServer is a Windows web development environment which supports in the Microsoft Windows operating system a...
HTML Description List is used to list item with a description of each term. HTML Description List is also called as HTML Definition Lis...
HTML Unordered List is used to group a set of related items in Unordered List. Unordered List displays elements in ...
HTML Ordered List is used to group a set of related items in Ordered List. The HTML <ol> tag is used for ordered list. ...
HTML Lists are used to specify lists of information. All lists may contain one or more list elements. There are three different types of HTML ...