Re: PHP MySQL Error.

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
To: plug-discuss
Subject: Re: PHP MySQL Error.
On Wed, 2005-02-23 at 22:54 -0700, todd hewett wrote:
> I am having some difficulties with a PHP script that talks to a
> database.
>
>
>
> I think the issue is: an undeclared variable…. Or perhaps a PHP
> Version issue.
>

---
undeclared variable is exactly that - you are referring to it as if it
had a value assigned and it obviously doesn't.

very helpful tip - dump your variables to see their values.

var_dump($variable1,$variable2);exit;

Craig

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss