Posted by newbie on 02/12/06 00:17
now i am getting a different error..but i think we getting close, this
is the new error msg:
Fatal error: Call to undefined function mysql_connect() in
C:\webroot\temp_con.php on line 9
this is the code:
<?php
echo $_SERVER['DOCUMENT_ROOT']."/db_config.php\n";
echo $_SERVER["DOCUMENT_ROOT"]."/db_config.php\n";
flush();
require($_SERVER['DOCUMENT_ROOT']."/db_config.php");
$connection = mysql_connect($db_host,$db_user,$db_password) or
die ("no connection");
echo "connection established";
?>
i appreciate all of your help
Marcus
Navigation:
[Reply to this message]
|