Archives for October, 2011

PHP Sql: the database of PHP

The process of accessing and working with a database connection from within a PHP script is as follows. First you need to establish a connection to the database server. You should have to validate any user input Then select the database on the server to use. Execute all the desired query against the database. Furter […]