RE: [PHP] Weird intermittent "No Database Selected" problem

2002-06-06 Thread Jeff Field
6, 2002 5:37 PM > To: [EMAIL PROTECTED] > Cc: php > Subject: Re: [PHP] Weird intermittent "No Database Selected" problem > > > Are all the variables needed for the function getting into your > call_user_func()? Also, perhaps some aren't set or are being > uns

Re: [PHP] Weird intermittent "No Database Selected" problem

2002-06-06 Thread hugh danaher
-Original Message----- > > From: Scott Hurring [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, June 06, 2002 4:15 PM > > To: Php-General (E-mail) > > Subject: RE: [PHP] Weird intermittent "No Database Selected" problem > > > > > > I assume you&#x

RE: [PHP] Weird intermittent "No Database Selected" problem

2002-06-06 Thread Scott Hurring
I assume you're not checking the status returned by the database function calls, becuase they'd probably give you valueable information on *why* it's doing that. :) try checking the return val, and (if using mysql) print out mysql_error() if you get a bad return val. --- Scott Hurring Systems P

RE: [PHP] Weird intermittent "No Database Selected" problem

2002-06-06 Thread Jeff Field
when the script runs just fine, but nothing when the page comes back with "No Database Selected". Any thoughts? Thanks! Jeff > -Original Message- > From: Scott Hurring [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 06, 2002 4:15 PM > To: Php-General (E-mail) >