Hi,
I am having a problem connecting to mysql on a unix server every so often. I have established a connection, but receive a "can not connect" message every once in a while. I don't want my users to receive this message. I was wondering if their is any way to put a connect loop on the
$link = mysql_connect("localhost:user/bin/etc","username","password").
Also, is it possible to have the code print something while it repetively tries to get a connection so the browser doesn't time out?
Everything I tried so far is not working.
Thanks in advance!
PG