If you want to connect to MySQL database using PHP add follow code.
↳ Added by admin on November-21-2011
This little snippet help you to find a string in a MYSQL database.
↳ Added by admin on August-1-2011
The following code select something from a table on the condition that the ID of the row in the table did not appear in another table.
↳ Added by admin on December-30-2010
To find a string in a certain field and replace it with another string:
↳ Added by admin on December-8-2010
Before you can get content out of your MySQL database, you must know how to establish a connection to MySQL from inside a PHP script.
↳ Added by admin on June-11-2010
The following code snippet help you to insert multiple values using one query.
↳ Added by admin on February-1-2010
2 pages