Views: 5.1K
Replies: 1
Archived
|
Web Development Training Question1)Which is the correct way to connect MySQL to a database?
a. mysqli_db(host,username,password,dbname); b. The syntax which is used to connect to the database-mysqli_connect(host,username,password,dbname); c. mysqli_open(host,username,password,dbname); Rajesh Dhnashire, Jul 18, 2014
|
|
Reply 11) B
Rajesh Dhnashire, Jul 18, 2014
|