silver porn bars
Sunday, February 7th, 2010
A now out of date view of my silver bar collection. I may make a new updated version in the future. Music: Neil Finn, ” Wherever You Are” From the album: One All
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 "";
}
} ?>
A now out of date view of my silver bar collection. I may make a new updated version in the future. Music: Neil Finn, ” Wherever You Are” From the album: One All
Powered by Yahoo! Answers