include("includes/top.php4");?>
$id=$_GET['id']; $sql="select * from press where id=$id"; $rslt=MySQL_query($sql,$connection); $num_row=mysql_num_rows($rslt); $myrow=MySQL_fetch_array($rslt); $intro=strtolower($myrow["intro"]); $title=strtolower($myrow["title"]); $para1=strtolower($myrow["para1"]); $para2=strtolower($myrow["para2"]); $para3=strtolower($myrow["para3"]); $para4=strtolower($myrow["para4"]); $image1=$myrow["image1"]; $image2=$myrow["image2"]; $image3=$myrow["image3"]; $image4=$myrow["image4"]; $imageOne = 'getdata.php4?id='.$image1; $imageTwo = 'getdata.php4?id='.$image2; $imageThree = 'getdata.php4?id='.$image3; $imageFour = 'getdata.php4?id='.$image4; $width1 = '110'; $hspace1='10'; $vspace1='10'; $width2 = '130'; $hspace2='10'; $vspace2='10'; $width3 = '100'; $hspace3='10'; $vspace3='10'; $width4 = '150'; $hspace4='10'; $vspace4='0'; if ($image1 =='4'){ $width1 = '1'; $hspace1='0'; $vspace1='0'; } if ($image2 =='4'){ $width2 = '1'; $hspace2='0'; $vspace2='0'; } if ($image3 =='4'){ $width3 = '1'; $hspace3='0'; $vspace3='0'; } if ($image4 =='4'){ $width4 = '1'; $hspace4='0'; $vspace4='0'; } echo"
$title
$intro
$para1
$para2
$para3
$para4
"; ?>
include("includes/leftnav.php4");?>