I keep getting a parse error saying looking for "(". Where am I going wrong?
The code is
If !$db die echo "mysql_errno: " mysql_errno()\n "mysql_error: " mysql_error()\n;
I'm testing to see if the connect to a MYSQL database was successful or not.
The code is
If !$db die echo "mysql_errno: " mysql_errno()\n "mysql_error: " mysql_error()\n;
I'm testing to see if the connect to a MYSQL database was successful or not.