PHP Classes

Classes of Sung-Whi Kim

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Sung-Whi Kim (1)  >  Mission progress status  >  Reputation  
Picture of Sung-Whi Kim
Name: Sung-Whi Kim <contact>
Classes: 1
Country: France France
Age: 56
All time rank: 4157103 in France France
Week rank: 193 Up10 in France France Up
All time users: 193
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 MySQLi Prepared Statements  
Execute MySQL queries using prepared statements
This class can execute MySQL queries using prepared statements.

It can connect to a given MySQL database using the MySQLi extension.

The class can execute plain SQL queries or queries with parameters using prepared statements to pass the parameter values.

The parameter values are passed along the SQL query string in a single call as an array that defines either the parameter value and its type.

Queries that retrieve result sets return the results as arrays. The range of result set rows to be returned can be limited.
Not yet rated by the users


  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