Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Goku klausimai

Parašė edeni· 2009 Rugp. 28 18:08:05
#16

Dėkui, bet vistiek įdedu tą kodą ir kai nutrinu skaičiu vistiek nepermeta į index.php

mano kodas:

    <td class="content_vidus"><?php
$id=$_GET[id];
if (isset($_GET['id']) && !preg_match("/^[0-9]+$/", $_GET['id'])) header('location: index.php');
$result = mysql_query("SELECT * FROM naujienos WHERE id='$id'");

while($row = mysql_fetch_array($result))
  {
  echo "".$row['naujiena_full']."";
  }
mysql_close($con);
?><br /><br />