Parse error: parse error in C:\wamp\www\goruntule.php on line 18
rapor.php
include("baglan.php");
?>
goruntule.php
include("/baglan.php");
?>
$bas = $_POST['bas'];
$bit = $_POST['bit'];
$sql = mysql_query("SELECT * FROM cikis WHERE tarih BETWEEN '$bas' AND '$bit'");
while($row=mysql_fetch_assoc($sql))
{
$tarih=$row['tarih'];
$aciklama=$row['aciklama'];
?>
=$tarih?>
=$aciklama?>
}
?>