"; $errmsg.= ""; $errmsg.= "$l_noemail"; $errors=1; } else if(!validate_email($email)) { $errmsg.= ""; $errmsg.= ""; $errmsg.= "$l_novalidemail"; $errors=1; } ?>
"; ?> : Could not connect to the database."); while($myrow=mysql_fetch_array($result)) { $cattext=display_encoded(stripslashes($myrow["catname"])); $tmpsql2="select * from ".$tableprefix."_catnames where catnr=".$myrow["catnr"]." and lang='".$act_lang."'"; if(!$tmpresult2=mysql_query($tmpsql2,$db)) die("Unable to connect to database.".mysql_error()); if($tmprow2=mysql_fetch_array($tmpresult2)) { if(strlen($tmprow2["catname"])>0) $cattext=display_encoded(stripslashes($tmprow2["catname"])); } echo " ".$cattext."
"; } ?>
"; ?> "; echo ""; echo ""; echo "$l_back"; echo ""; } ?>