search for: regionsexist

Displaying 1 result from an estimated 1 matches for "regionsexist".

2007 Aug 31
3
Ajax.Updater on a select list not updating correctly in IE7 (fine in FireFox)
...t;<< PHP >>>>>>>>>>>>>>>>>>>> qry = "check if a region exists with same name"; if (region does not exist) { qry = "insert new region into db"; } qry = "select all regions in alphabetical order" while (regionsexist) { echo "<option value="id" ".(newregion == existingregion ? '' selected="selected"'' : '''').">existingregion </option>"; } echo "<option value="new">New region ...</option>"; --...