Wow! It works! Seems that I had a spell error in the definition of my variables... as you guessed!
but now it works! Thanks a lot... and a happy new YEAR!
C.U. Jens...
vincent wrote:
it has to be a single "=" in the
if ($connection=mysql_connect())
remember, you are checking the value of whatever mysql_connect() puts into $connection.
yes it should fail if the password is incorrect.
Make sure that the host, username and password you enter into mysql_connect() are indeed what you think they are:
print them out right before you execute the mysql_connect()