Add Listing
=$error?>
Ad Title:
Category:
$qt = "select * from yellow_categories order by CategoryName ASC"; $rt = mysql_query($qt) or die(mysql_error()); if(mysql_num_rows($rt) > '0') {?>
Select a category
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 ASC"; $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:
Description:
Business Images:
=$ImageBlock?>