Вот возникла такая проблема: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/all4ucoz/public_html/test_site/index.php on line 4
Код:
Code
<?php include ("blocks/db.php"); /*Соединяюсь с БД*/ $result = mysql_query("SELECT title,meta_d,meta_t,text FROM settings WHERE page='index'",$db); $myrow = mysql_fetch_array("$result"); ?>