Gary Maddock-Greene wrote:
> Yes .. thanks Stuart. If I comment out that line I now get a different
> problem!!
>
> Unable to connect to database.
>
> One step closer!!!
>
>
Well, now take and place a simple or die(mysql_error()); after your
mysql_connect() call
$rh = mysql_connect() or die(mysql_error());
Mind you that the above is not recommended in production code.
But, it works for trying to figure out this type of problem.
--
Jim Lucas
"Some men are born to greatness, some achieve greatness,
and some have greatness thrust upon them."
Twelfth Night, Act II, Scene V
by William Shakespeare
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php