Add Location
Location Information
if($updateqry) { ?>
Record Updated Successfully.
Back
} else { ?>
Location Name
*
:
Description
*
:
=$description?>
Region Name
*
:
Select
for($i=0;$i<$totalregion;$i++) { if($regionid== $regionlist[$i]['regionid']) { ?>
=$regionlist[$i]['regionname']?>
} else { ?>
=$regionlist[$i]['regionname']?>
} } ?>
Country Name
*
:
Select
for($i=0;$i<$totalcountry;$i++) { if($countryid== $countrylist[$i]['countryid']) { ?>
=$countrylist[$i]['countryname']?>
} else { ?>
=$countrylist[$i]['countryname']?>
} } ?>
City Name
*
:
Select City
if($cityname!="") { ?>
=$cityname?>
} ?>
Back
} ?>