Q7
Single choice
Consider the following code:
$dbcon=mysql_connect("james.stangernet.com","example"); mysql_select_db("databaseone");
Which of the following describes the function of this code?