]
GkSeries.com
Home
GK
ENGLISH
CURRENT AFFAIRS
APTITUDE
REASONING
BANKING
UGC NET
COMPUTER SC.
COURSES
Home
Computer Science
which-of-the-following-is-a-valid-statement-to-create-a-mysql-connection
Question
Which of the following is a valid statement to create a MySQL connection?
A
mysql_connect($dbhost, $dbuser, $dbpass);
B
connect_mysql($dbhost, $dbuser, $dbpass);
C
mysql_connect($dbhost, $dbpass);
D
mysql_connect( $dbuser, $dbpass);
Answer & Explanation
Option: [A]
Next Question →