<?php
include "include/connect.php";
if(!isset($_GET[id])){
$id=1;
}
{
$id=$_GET['id'];
}
$result = mysql_query("SELECT * FROM vseobzor WHERE id='$id' ORDER BY id DESC") or die (mysql_error());
$vseobzor = mysql_fetch_array($result);
do{
printf('
<title>%s</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="keywords" content="%s">
<meta name="description" content="%s">
',$vseobzor["title"],$vseobzor["keywords"],$vseobzor["description"]);
}
while($vseobzor = mysql_fetch_array($result));
?>
но при переходе на страницу у меня происходит отступ сверху тое-сть вся страница смещаеться нужна помощь!
альтернативный способ сам нуб!