Jump to content

PHP Error Help


Far Cry

Recommended Posts

I get this error when trying to acsess my messaging inbox:

Parse error: syntax error, unexpected T_DNUMBER in /home/a1535619/public_html/databases.php on line 2

 

It's saying there is an error in my connect file: <?php

mysql_connect (***Host***, ****Database Username***, *****Pass****) or die ('I cannot connect to the database because: ' . mysql_error();

or die ('I cannot connect to the database because: ' . mysql_error());

mysql_select_db ("db_name");

?>

Link to comment
https://forums.phpfreaks.com/topic/203466-php-error-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.