function WriteSign($sign){
?>
if($sign['PIC']!=""){
?>
} else {
?>
} ?> |
if($sign['BODY']) { ?> } // end if ?> |
Signs Unique Price: £ |
 |
} // end function
function WriteSection($area,$title){
?>
$res_signs = @mysql_query("SELECT * FROM shop WHERE SELLER='AUTOUNIQUE' AND AREA='$area' ORDER BY TITLE ASC");
$num_signs = @mysql_num_rows($res_signs);
if(!$num_signs){
?>No signs in at the moment!
} else {
for($i=0;$i<$num_signs;$i++){
$sign = @mysql_fetch_assoc($res_signs);
WriteSign($sign);
} // next $i
} // end if $num_signs
} // end function
?>Signs Unique Land Rover Signs
Visit www.signs-unique.co.uk
Click a sign name or the image to go to the Signs Unique web site, where you can
buy your chosen sign.
Please note that the prices here may be different to those at Signs Unique, depending on when I last updated!
@mysqlStart();
WriteSection("LANDROVER","Land Rover");
WriteSection("RANGEROVER","Range Rover");
WriteSection("PARKING","Parking Signs");
@mysqlClose();
?> |