Not a valid MYSQL link?
Posted: Wed Aug 06, 2008 1:01 pm
This is the code that is creating the problem:
line 3 it returning the problem:
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /../../../../../add_news.php on line 37
Code: Select all
$result = mysql_query("INSERT INTO news (title, dtime, text1)
VALUES ('$title',NOW(),'$text1')",$connect);line 3 it returning the problem:
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /../../../../../add_news.php on line 37