- Katılım
- 20 Mayıs 2007
- Mesajlar
- 6,382
- Reaction score
- 87
PHP:
<?php
include("conf.php");
$id = $_GET['id'];
$sql = mysql_query ("select * from demirbas where id='$id'");
while($cek = mysql_fetch_array($sql)){
echo $cek[1];
?>
Parse error: syntax error, unexpected $end in /home/x/public_html/x/makale.php on line 11
burdaki hata nerde ben anlamadım ?
yardımlarınız için teşekkürler