Line 87:
$result = mysql_query("INSERT
INTO ".$prefix."_jobcountry VALUES
( '', 'Afghanistan'".$prefix."
missing the closing part
should be:
$result = mysql_query("INSERT
INTO ".$prefix."_jobcountry VALUES( '', 'Afghanistan')")
or die ("Unable to update<br>");
Logged In: NO
still other errors in this version and stand alone.