the following php login script:
$mysql_link = mysql_connect("themeetr", "httpd", "pass_word");
$mysql_select_db("themeetr_members", $mysql_link);
results in the following errors:
Warning: mysql_connect(): Unknown MySQL Server Host 'themeetr' (2) in /web/themeetr/public_html/php/login.php on line 28
Fatal error: Call to undefined function: () in /web/themeetr/public_html/php/login.php on line 29
this is what i use on my other sites. why doesn't it work here?
Scott



LinkBack URL
About LinkBacks
Reply With Quote




