152k views
0 votes
The PHP method used to get information from a database is which of the following (including all necessary arguments):

a. mysql_query(query, database name)
b. mysql_connect(query, database name)
c. mysql_query(query, connection)
d. mysql_connect(query, connection)

1 Answer

5 votes

Answer:

mysql_query(query, connection)

Step-by-step explanation: