Josh Close wrote:

>Is there a way to have php continue if a connect fails for mysql_connect( )? 
>
>Say, instead of doing 'or die(mysql_error( ));'.
>
>-Josh
>
>_______________________________________________
>TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
>http://www.mn-linux.org tclug-list at mn-linux.org
>https://mailman.real-time.com/mailman/listinfo/tclug-list
>  
>
just don't do or die ;)

a failed connection shouldn't halt everything.

also, you may want to use Pear::DB

-dd

_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list