Mysql_query () function requires two arguments, where the first argument is filled with MySQL query, and the second argument is filled with the results of the connection link mysql_connect () function. The second argument is optional.
Here is the basic format of writing mysql_query () function in PHP:
Here is the basic format of writing mysql_query () function in PHP:
$result = mysql_query("query_mysql",[$link_koneksi_mysql]);