RES: [PHP-WIN] Undefined variable

2005-01-12 Thread Rafael Soares
w year! -Mensagem original- De: Louis Young [mailto:[EMAIL PROTECTED] Enviada em: quarta-feira, 12 de janeiro de 2005 14:02 Para: php-windows@lists.php.net Assunto: [PHP-WIN] Undefined variable Hi there I'm getting the following error regardless of whether register_globals is on or

[PHP-WIN] Undefined variable

2005-01-12 Thread Louis Young
Hi there I'm getting the following error regardless of whether register_globals is on or off. *Notice*: Undefined variable: button1 in *C:\Program Files\Apache Group\Apache2\htdocs\spar\admin\login.php* on line *28 Here's the code for the entire page: Kwikpay

Re: [PHP-WIN] Undefined variable issue

2004-01-06 Thread Frank M. Kromann
Hi Jim, I don't think the code you posted matches the code you are running. This code does not give any errors, it works fine. There is no $guess variable in line 27. - Frank > Hi everyone, > > I'm new to working with PHP (coming from a ASP/VBScript background) and > I'm currently reading the

[PHP-WIN] Undefined variable issue

2004-01-06 Thread Jim MacDiarmid
Hi everyone, I'm new to working with PHP (coming from a ASP/VBScript background) and I'm currently reading the book "Teach yourself PHP, mySQL, and Apache in 24 hours". The following code from the code from the book seems to be causing an "undefined variable" error when run. Would any one be ab

[PHP-WIN] R: [PHP-WIN] Undefined variable: PHP_SELF -- Need Help

2003-01-17 Thread Darvin Andrioli
venerdì 17 gennaio 2003 13.40 > A: [EMAIL PROTECTED] > Oggetto: [PHP-WIN] Undefined variable: PHP_SELF -- Need Help > > > Hello all, > I get lots of these errors when I try using PHP_SELF as a > variable. Is there > something in my php.ini file I have to change, or something

[PHP-WIN] Undefined variable: PHP_SELF -- Need Help

2003-01-17 Thread Ray
Hello all, I get lots of these errors when I try using PHP_SELF as a variable. Is there something in my php.ini file I have to change, or something I need to install. I have IIS5, MySQL4.0.8, and PHP 4.3. Also running windows 2000 advanced server. Thanks, Ray -- PHP Windows Mailing List (http:

Re: RE: [PHP-WIN] undefined variable

2002-02-06 Thread bz
does it? but i got a parse error message in example1 , while example2 works well. >or simply declare your variables: > var $user1,$password1; example1: example2: -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] undefined variable

2002-02-06 Thread Pac mon
or simply declare your variables: var $user1, $password1; > > > Hello everyone, > > I have a small question: > > How can I get rid of "Warning: Undefined variable: user1(& > > password1) in C:\WebShare\wwwroot\netk\5\login.php on line 4" > > in that program? > > > > > include ("config.php");

RE: [PHP-WIN] undefined variable

2002-02-06 Thread Martin Lindhe
> Hello everyone, > I have a small question: > How can I get rid of "Warning: Undefined variable: user1(& > password1) in C:\WebShare\wwwroot\netk\5\login.php on line 4" > in that program? > >include ("config.php"); > session_register("userpassword"); > if($user1==$USER && $password1==

[PHP-WIN] undefined variable

2002-02-04 Thread bz
Hello everyone, I have a small question: How can I get rid of "Warning: Undefined variable: user1(& password1) in C:\WebShare\wwwroot\netk\5\login.php on line 4" in that program? login account£º password£º -- PHP