Posted by Nospam on 02/11/06 20:21
hi can anyone tell me why i am receiving error msg with this php script
<?php
require($_SERVER["DOCUMENT_ROOT"]."/config/db_config.php");
$connection = mysql_connect($db_host,$db_user,$db_passwword) or die
("no connection");
echo "connection established";
?>
// this is the error message i am receiving.
Parse error: syntax error, unexpected T_VARIABLE in
C:\webroot\config\db_config.php on line 2
// I am using apache webserver 2.0 and php version 4.0 thankyou very much
for your help.
// i am trying to access mysql database.
anyhelp will be appreciated
Marcus
Navigation:
[Reply to this message]
|