Re: Connect question

2002-02-20 Thread Kevin Smith
Why bother with the line : if ($dbcnx != FALSE) When you could use : if (!$dbcnz) . ? - Original Message - From: "Craig Westerman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 3:24 PM Subject: Connect question >

Re: Connect question

2002-02-20 Thread Kevin Smith
The two passwords in the connections are different perhaps??? - Original Message - From: "Craig Westerman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 3:24 PM Subject: Connect question > Below is two scripts. The first one

Connect question

2002-02-20 Thread Craig Westerman
Below is two scripts. The first one connects fine. The second gives the following error. Parse error: parse error in /usr/www/users/abc/connect.php on line 1 What is the problem with the second script? Thanks in advance - Craig #1 - Works --- Our List of J