Update Your Ad Listing
=$error?>
Ad Title:
Category:
$qt = "select * from yellow_categories order by CategoryName"; $rt = mysql_query($qt) or die(mysql_error()); if(mysql_num_rows($rt) > '0') {?>
while($at = mysql_fetch_array($rt)) {?>
selected}else if(!$_POST[CategoryID]){if($a1[CategoryID]==$at[CategoryID]){?>selected}}?>>=$at[CategoryName]?>
}?>
}?>
SubCategory:
if($_POST[CategoryID]) { $qt = "select * from yellow_subcat where rootcatid='$_POST[CategoryID]' order by subcatname"; } else { $qt = "select * from yellow_subcat where rootcatid='$a1[CategoryID]' order by subcatname"; } $rt = mysql_query($qt) or die(mysql_error()); if(mysql_num_rows($rt) > '0') {?>
while($at = mysql_fetch_array($rt)) {?>
=$at[subcatname]?>
}?>
}?>
Price (Rs):
City:
=city($a1[city]);?>
Logo:
if(!empty($a1[logo])) { echo "
delete this logo
"; } else { echo "
"; } ?>
Description:
=$a1[resume]?>
More Images:
=$ImageBlock?>