|
To receive
FREE
information about products/services mentioned in the Spring 2008 issue of
Valve
Magazine, fill in your name, address and email, and check the
appropriate boxes. For information about all products, check 100.
(If you
wish to receive information about a product/service mentioned in a previous
issue, please contact the company directly.)
|
$hostname = "data1.publishersserviceassociates.com"; // The DB server.
$username = "jdebloois"; // The username you created for this database.
$password = "poopy111"; // The password you created for the username.
$usertable = "ReaderServiceData"; // The name of the table you made.
$dbName = "valveweb"; // This is the name of the database you made.
MYSQL_CONNECT($hostname, $username, $password) OR DIE("DB connection unavailable");
if (strlen($search) == 0) {
$search = 0;
}
?>