<?php
include('db.php');
$result = mysql_query("SELECT * FROM lang WHERE lang='ru'",$db);
$myrow = mysql_fetch_assoc($result);
?>
<!doctype html>
<html>
<head>
<title><?php $myrow['title']; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<link media="screen" href="style/default.css" rel="stylesheet" type="text/css"/>
</head>
Вот есть такой код ошибка выходит вот такая [code][/Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/u974114436/public_html/index.php on line 4code]
Что тут не так?