Showing posts with label PHP/MySQL. Show all posts
Showing posts with label PHP/MySQL. Show all posts

Thursday, 23 August 2012

PHP/Mysql Follow up !

PHP/Mysql Follow up !

In previous tutorials, we have discussed in details how to connect to mysql server and how to execute sql queries.We are going to just go-through again  about database connectivity in php
  • We will connect to database server with mysql_connect()
  • We will select database name with mysql_select_db()
  • We will execute sql command using mysql_query()
That’s all you need to process database connectivity.