PHP Classes

Classes of David Joyce

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of David Joyce (1)  >  Mission progress status  >  Reputation  
Picture of David Joyce
Name: David Joyce <contact>
Classes: 1
Country: ???
Age: ???
All time rank: 2061
Week rank: 195 Up
All time users: 1262
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image mysqldb  
Simple MySQL access class
mysql_db provides access to MySQL using these methods:
open() - connects to database
query() - runs SQL query against the connected database
last_id() - gets last insert id for the connection
num_rows() - number of data rows from last query
close() - close database connection

Errors are handled via properties $db->errtype and $db->errstr, which can be tested for.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z