Languages - PHP
Queries

Before running a query, your program must first connect to the database. Using the query results is covered separately and assumes that you already know what is described on this page.


Using MySQL, queries are fairly simple. Field names are case sensitive in the associated arrays.

To use strings in an insert query, they must be escaped.


Author: Robert Clemenzi
URL: http:// mc-computing.com / Languages / PHP / Queries_oo.html