it hangs in either case. It gets to that line and just stops running.
I put
echo "here"; before the connection line
@ $db = mysql_connect("localhost","user","passwd");
and after this connection line I put
echo "here123";
The first echo line prints to the page, but the second one does not.
Where do errors go? I looked in the logs dir in the php area but it shows nothing as far as a connection problem.
Thanks
Dean-O