after it says the parameters are correct, i copy the text in blue into the
"include/mysql.inc.php" refreshed it checked it, no other charaters corrupting it, then when i hit the continue button i get
Warning: Unexpected character in input: '' (ASCII=92) state=1 in /home/jnaterac/public_html/thegallery/include/mysql.inc.php on line 2
Parse error: parse error, unexpected T_STRING in /home/jnaterac/public_html/thegallery/include/mysql.inc.php on line 2
erreur de connexion a la base de donnees
any help out there
thanks roger
rogergresham@hotmail.com
as said, there is a special character on your line 2. Please show me your mysql.inc.php file (simply replace the password with stars)
Offline
this is the code that was generated (password changed to stars as requested)
<?php $cfgBase = 'jnaterac_one'; $cfgUser = 'jnaterac'; $cfgPassword = 'stars'; $cfgHote = 'localhost'; $prefixeTable = 'phpwebgallery_'; ?>
I don't understant, it seems perfectly correct
Offline