PHP Code Snippet Library

 +library
+ Arrays (5)
+ COM for Windows (2)
+ ClibPDF (1)
+ Image (7)
+ LDAP (9)
+ MySQL (12)
+ Basic MySQL Example
+ Create Database
+ Database Information
+ Error Checking
+ Escape String
+ Fetch Associative Array
+ Last Insert ID
+ Number of Rows
+ SQL Dump to Database
+ Select Examples
+ Table and Field Information
+ Various Information
+ Regular Expressions (3)
+ String Manipulation (12)
+ Time and Date (6)
 +General Options
+   Library Home
+   PHP-CSL Credits
+   PHP-CSL License
+   PHP Resource Links
+   Log in
Snippet available for: MySQL


category Error Checking
Check for errors using mysql_errno() and mysql_error()...
category Table and Field Information
Print out table and field information...
category Escape String
Escaping Strings for use in a mysql_query...
category Last Insert ID
Get the ID generated from the previous INSERT operation...
category Create Database
No description available...
category Fetch Associative Array
Fetch data from a MySQL database as an associative array...
category Number of Rows
Get the number of rows in a result set...
category Basic MySQL Example
Connect, execute a query, print resulting rows and disconnect from a MySQL database...
category Various Information
Various SQL Information outside of queries...
category Database Information
List information on databases available on a MySQL server, tables, fields and processes...
category SQL Dump to Database
If you wish to execute many queries stored in a .sql file (usually created with a MySQL Dump) - this...
category Select Examples
Selecting data with mysql_fetch_array...
 
Powered by: PHP Code Snippet Library V0.8