In che senso ti posto qui sotto il codice
codice:
<?php include("../config.php") ?>
<html>
<head>
<meta name="KEYWORDS" content="Lastweb, guide, tutorial, tutorial html, tutorial php, tutorial css, tutorial javascript, guide php, guide html, guide css">
<meta name="DESCRIPTION" content="LastWeb.net Guide, Tutorial, news ed tanto altro ancora ">
<meta name="author" content="Ale90">
<meta name="copyright" content="Copyright (c) 2004 Lastweb.net.it">
<title>LastWeb.net Portale per i Webmaster Php, Html, Css, Asp, JavaScript, Script, Tutorial, tutorial php, tutorial html, tutorial css, tutorial asp, tutorial javascript, risorse per webmaster portale per webmaster, aiuto per webmaster, imparare html , imaprare php, imparare css,</title>
<link href="<? echo "$url"; ?>css/style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="e5f7ff">
<? include("../head.php") ?>
<? include("../logo.php") ?>
<? include("../men_alto.php") ?>
<table border="0" width="900" cellspacing="0" cellpadding="0">
<tr><td align="center" bgcolor="dbe0ea" width="150" valign="top"><? include("../men_sin.php") ?> </td>
<td bgcolor="ffffff" width="600" valign="top" class="pagina">
<div align="center">
<?
include("../config.php");
if(isset($_GET['id'])){
$id = $_GET['id'];
if(count($_GET['id'] != ""))
{
$update = mysql_query("UPDATE guide SET click=click+1 WHERE id='" . $_GET['id'] . "'") or die (mysql_error());
}
$result = mysql_query("SELECT * FROM guide WHERE id = '$id' ORDER BY id desc") or die(mysql_error());
while ($row=mysql_fetch_array($result)) {
$row['guida_completa'] = htmlentities($row['guida_completa']);
#$row['guida_completa'] = str_replace("\n", "
", $row['guida_completa']);
#$testo = $row['guida_completa'];
$ag =$row['guida_completa'];
echo "<div align=\"center\"><h3>";
echo $row['titolo'];
echo "</h3>
</div>";
echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"bbd2f7\"> ";
echo "<tr><td align=\"left\" valign=\"top\" width=\"530\" class=\"menu_news\">";
echo nl2br("$ag");
echo "
</td></tr></table>";
}
}
@mysql_close();
?>
<? include("../banner.php") ?>
</div>
</td>
<td align="center" bgcolor="dbe0ea" width="150" valign="top"><? include("../men_des.php") ?> </td> </tr>
</table>
<? include("../footer.php") ?>
</div>
</body>
</html>
Ciao e grazie