[PHP] or-die option - Opinions please...

2005-01-03 Thread gustav
Hi there all! I'm thinking of the or die suffix (or option or whatever it is called)... I can use or die together with opening a db. open_mysqldb(bla.bla.) or die(couldn't connect to db); But this is just useful when developing? I don't want my users to see that a specific table can't be

Re: [PHP] or-die option - Opinions please...

2005-01-03 Thread Burhan Khalid
[EMAIL PROTECTED] wrote: Hi there all! I'm thinking of the or die suffix (or option or whatever it is called)... I can use or die together with opening a db. open_mysqldb(bla.bla.) or die(couldn't connect to db); But this is just useful when developing? I don't want my users to see that a specific