Junior PHP Developer Question:

How to select a database in PHP?

Answer:

mysql_select_db($db_name);

Read All 161 Junior PHP Developer Questions
Previous QuestionNext Question
Explain what is the difference between Session and Cookie?Tell me what is the use of mysql_real_escape_string() function?