BoF Episode 52: A Free Gold Bar
Wednesday, February 17th, 2010
The Gods are smiling upon us, and grant us a free gold bar. Too bad we can’t sell it, since we need to give it to Gobi for a bit of dynamite.
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 "";
}
} ?>
The Gods are smiling upon us, and grant us a free gold bar. Too bad we can’t sell it, since we need to give it to Gobi for a bit of dynamite.
In this episode, meets Mason busking n the streets of Hollywood. Mason is singing "Far Gone". www.legendsoflala.com www.myspace.com/masonreed
Mason did call the man who left him an IOU, and it WAS Nick Silver. The Nick Silver. Nick pays Mason a visit at his apartment in Hollywood. Mason sings his song: “Bar in Austin, TX” www.legendsoflala.com www.myspace.com/masonreed
Powered by Yahoo! Answers