[PHP-DB] About mysql_connect()

2008-02-06 Thread Prabath Kumarasinghe
Hi All When I stop mysql database whole application will break in mysql_connect() function even without giving any error message.Is there are any way to put exception handling with mysql_connect() function. Cheers Prabath ___

Re: [PHP-DB] About mysql_connect()

2008-02-06 Thread Prabath Kumarasinghe
P: The manual is your friend, it tells you exactly > how to detect > failures from any function. > http://php.net/mysql_connect > > -Stut > > -- > http://stut.net/ > > > On Feb 6, 2008 7:07 PM, Prabath Kumarasinghe > <[EMAIL PROTECTED]> > > wro