IDTstudios1
Programmer
I cannot figure this out.
This code:
$mysql_insert = mysql_query($insert, $mysql_link);
if (!$mysql_insert) { die( "Please notify the admin that the script is connecting to the database, but not inserting the information ".mysql_error());
}
is giving me this error:
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/solittle/ on line 97
Please notify the admin that the script is connecting to the database, but not inserting the information
This code:
$mysql_insert = mysql_query($insert, $mysql_link);
if (!$mysql_insert) { die( "Please notify the admin that the script is connecting to the database, but not inserting the information ".mysql_error());
}
is giving me this error:
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/solittle/ on line 97
Please notify the admin that the script is connecting to the database, but not inserting the information