[PHP-DB] or { blah blah blah }

2001-11-09 Thread Matthew Tedder
Inside a function, I am reading data from MySQL. In case any of these calls fail I follow them with something like: or echo Can't make query to database!; The problem is, I want to do more things than just this... and then I want to return out of the function rather than continuing to

Re: [PHP-DB] or { blah blah blah }

2001-11-09 Thread DL Neil
Inside a function, I am reading data from MySQL. In case any of these calls fail I follow them with something like: or echo Can't make query to database!; The problem is, I want to do more things than just this... and then I want to return out of the function rather than continuing