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