Creating a Login File
Most websites developed with PHP contain multiple program files that will require access to MySQL […]
Most websites developed with PHP contain multiple program files that will require access to MySQL […]
Now that you have the login.php file saved, you can include it in any PHP […]
Having successfully connected to MySQL, you are now ready to select the database that you […]
Sending a query to MySQL from PHP is as simple as issuing it using the […]
Step 1 : Make a form say xyz.html Step 2 : abc.php (to which form […]
Once you have a resource returned from a mysql_query function, you can use it to […]
It was important to show how you can fetch a single cell of data from […]
When you have finished using a database, you should close the connection. This is done […]
MySql Table Structure (newrecords) Column Type Null Default Comments ID int(11) No Name […]
We mentioned in an earlier topics that a browser sends user input through either a […]
Having loaded up the various possible variables that could have been posted with any values […]
Next, the code returns to the familiar territory of previous example where, in the following […]
Returns the string that results from concatenating the arguments. May have one or more arguments. […]
mysql result with row 0 is used to retrieve single result. Example :
Step 1: Make a form page say index.php Step 2: Make a php page on […]
Many often there are problems where we have to repeat our MySql query to number […]