# LJG if register_globals is off, the following emulates it for this # set of scripts: # NOTE: before everything else, so any local vars override this. # it's slightly more secure this way. while( list($key,$value) = each($_GET)) { $$key = $value; } $db_name="talb_contact"; $connection = @mysql_connect("dbhost","adminsql","sizy4mot") or die(mysql_error()); $db = @mysql_select_db($db_name,$connection) or die(mysql_error()); ?>