Sr. PHP Programmer Question:

How to select a database?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

mysql_select_db($db_name);


Previous QuestionNext Question
What is use of count() function in php?What is the use of mysql_real_escape_string() function?