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()