PHP Classes

Classes of georgios spanos

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of georgios spanos (1)  >  Mission progress status  >  Reputation  
Picture of georgios spanos
Name: georgios spanos <contact>
Classes: 1
Country: Greece Greece
Age: 36
All time rank: 449126 in Greece Greece
Week rank: 195 Up2 in Greece Greece Up
All time users: 56
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 Simple PHP Database...  
Run common SQL queries on a given database table
This package can run common SQL queries on a given database table.

It can connect to a database server using PDO with connection parameters read from environment variables.

The package executes SQL queries on a table using parameter values. Currently, it can:

- Get all values from a table column that match a given condition

- Get all values from the table that match a given condition

- Get all values from the table sorted by a random order

- Get all values from the table that match a condition using prepared queries to define the condition parameter values

- Insert records in the table using the given column values

- Delete records from the table that match a given condition

- Update the records from the table that match a given condition


  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