Re: [PHP] If (!$results) are true what am I missing

2001-07-09 Thread David Robley
On Tue, 10 Jul 2001 14:37, Richard Kurth wrote: > What am I missing hear all I what to do is see if the domaname is > in the database and if it does print the error message if does not then > just move on without doing anything > > > $db = MYSQL_CONNECT($roothostname,$rootusername, $rootpassword)

Re: [PHP] If (!$results) are true what am I missing

2001-07-09 Thread Kurt Lieber
that's not what you're looking for. --kurt - Original Message - From: "Richard Kurth" <[EMAIL PROTECTED]> To: "php" <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 10:07 PM Subject: [PHP] If (!$results) are true what am I missing > What am I

[PHP] If (!$results) are true what am I missing

2001-07-09 Thread Richard Kurth
What am I missing hear all I what to do is see if the domaname is in the database and if it does print the error message if does not then just move on without doing anything $db = MYSQL_CONNECT($roothostname,$rootusername, $rootpassword) OR DIE("Unable to connect to database"); mysql_select_db(