Re: PHP MySQL Error.

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Craig White
Fecha:  
A: plug-discuss
Asunto: 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