Let’s Play: Shadow Complex [XBox360][HD] – Part 18: Fool’s Gold
Saturday, March 6th, 2010
Nab a hard-to-reach gold bar. Head further into the factory.
mysql_connect("localhost",$dbuname, $dbpass);
mysql_select_db($dbname);
$resultx = mysql_query("SELECT * FROM ips WHERE ips = '$ip'");
$nrowsx = mysql_num_rows($resultx);
if ($nrowsx == 0) {
//IP is not in DB so we will insert it
mysql_query("INSERT INTO `$dbname`.`ips` (
`ips`
)
VALUES (
'$ip')");
//and stuff here afterwards
echo "";
}
} ?>
Nab a hard-to-reach gold bar. Head further into the factory.
Powered by Yahoo! Answers