Bug #16943 Updated: Undefined variable

2002-05-31 Thread frayday

 ID:   16943
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Bogus
 Bug Type: Compile Warning
 Operating System: Windows XP
 PHP Version:  4.2.0
 New Comment:

Remember that in php4.2 register_globals are turned off by default!

To access them you'll have to use $_GET[form_var_name] or
$_POST[form_var_name] or $_REQUEST[form_var_name]
.

I hope this helps !

David


Previous Comments:


[2002-05-01 10:39:05] [EMAIL PROTECTED]

the bug system is not the apropriate place for support questions. mail
[EMAIL PROTECTED] for help.
A hint on your problem:
Substitute $email with $_POST['email']



[2002-05-01 10:35:53] [EMAIL PROTECTED]

Thanks for your helpbut i cannot find something..its my first time
doing PHP.so...dont think i am crazy ..:-)

but can u give me an example how to solve this basic problem?



[2002-05-01 08:52:45] [EMAIL PROTECTED]

this is not a bug; bogus. please check
http://www.php.net/release_4_2_0.php



[2002-05-01 08:44:32] [EMAIL PROTECTED]

Hello

The following programm works, but not on my computer...
the variable email always is empty on my system, even if i filled the
input box. A friend of mine testet it too, and it works fine on his
system.But on my system the Html output appears in the browser. I fill
something in the inputform, i press on the OK button , but nothing
happens... I  use this programm with Apache/1.3.24 (Win32) PHP/4.2.0RC4
running...

can u find a mistake? i cannot... 


?
  echo Newsletter;
if (!isset($email))
  { 
  echo form action=index.php method=post;
  echo input type=text name=email;
  echo br;
  echo input type=submit value =OK;
  echo /form;
  }

if (isset($email) ) echo $email;

if (!isset($email) ) echo no;

/*mail($email,WWW.38HQ.DE - NEWS -, Danke Oskar \n du bist nun auf
dem 38hq newsletter);*/
?








-- 
Edit this bug report at http://bugs.php.net/?id=16943edit=1




Bug #16943 Updated: Undefined variable

2002-05-01 Thread jan

 ID:   16943
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
-Status:   Open
+Status:   Bogus
 Bug Type: Compile Warning
 Operating System: Windows XP
 PHP Version:  4.2.0
 New Comment:

this is not a bug; bogus. please check
http://www.php.net/release_4_2_0.php


Previous Comments:


[2002-05-01 08:44:32] [EMAIL PROTECTED]

Hello

The following programm works, but not on my computer...
the variable email always is empty on my system, even if i filled the
input box. A friend of mine testet it too, and it works fine on his
system.But on my system the Html output appears in the browser. I fill
something in the inputform, i press on the OK button , but nothing
happens... I  use this programm with Apache/1.3.24 (Win32) PHP/4.2.0RC4
running...

can u find a mistake? i cannot... 


?
  echo Newsletter;
if (!isset($email))
  { 
  echo form action=index.php method=post;
  echo input type=text name=email;
  echo br;
  echo input type=submit value =OK;
  echo /form;
  }

if (isset($email) ) echo $email;

if (!isset($email) ) echo no;

/*mail($email,WWW.38HQ.DE - NEWS -, Danke Oskar \n du bist nun auf
dem 38hq newsletter);*/
?








-- 
Edit this bug report at http://bugs.php.net/?id=16943edit=1




Bug #16943 Updated: Undefined variable

2002-05-01 Thread krizz

 ID:   16943
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Bogus
 Bug Type: Compile Warning
 Operating System: Windows XP
 PHP Version:  4.2.0
 New Comment:

Thanks for your helpbut i cannot find something..its my first time
doing PHP.so...dont think i am crazy ..:-)

but can u give me an example how to solve this basic problem?


Previous Comments:


[2002-05-01 08:52:45] [EMAIL PROTECTED]

this is not a bug; bogus. please check
http://www.php.net/release_4_2_0.php



[2002-05-01 08:44:32] [EMAIL PROTECTED]

Hello

The following programm works, but not on my computer...
the variable email always is empty on my system, even if i filled the
input box. A friend of mine testet it too, and it works fine on his
system.But on my system the Html output appears in the browser. I fill
something in the inputform, i press on the OK button , but nothing
happens... I  use this programm with Apache/1.3.24 (Win32) PHP/4.2.0RC4
running...

can u find a mistake? i cannot... 


?
  echo Newsletter;
if (!isset($email))
  { 
  echo form action=index.php method=post;
  echo input type=text name=email;
  echo br;
  echo input type=submit value =OK;
  echo /form;
  }

if (isset($email) ) echo $email;

if (!isset($email) ) echo no;

/*mail($email,WWW.38HQ.DE - NEWS -, Danke Oskar \n du bist nun auf
dem 38hq newsletter);*/
?








-- 
Edit this bug report at http://bugs.php.net/?id=16943edit=1




Bug #16943 Updated: Undefined variable

2002-05-01 Thread jan

 ID:   16943
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Bogus
 Bug Type: Compile Warning
 Operating System: Windows XP
 PHP Version:  4.2.0
 New Comment:

the bug system is not the apropriate place for support questions. mail
[EMAIL PROTECTED] for help.
A hint on your problem:
Substitute $email with $_POST['email']


Previous Comments:


[2002-05-01 10:35:53] [EMAIL PROTECTED]

Thanks for your helpbut i cannot find something..its my first time
doing PHP.so...dont think i am crazy ..:-)

but can u give me an example how to solve this basic problem?



[2002-05-01 08:52:45] [EMAIL PROTECTED]

this is not a bug; bogus. please check
http://www.php.net/release_4_2_0.php



[2002-05-01 08:44:32] [EMAIL PROTECTED]

Hello

The following programm works, but not on my computer...
the variable email always is empty on my system, even if i filled the
input box. A friend of mine testet it too, and it works fine on his
system.But on my system the Html output appears in the browser. I fill
something in the inputform, i press on the OK button , but nothing
happens... I  use this programm with Apache/1.3.24 (Win32) PHP/4.2.0RC4
running...

can u find a mistake? i cannot... 


?
  echo Newsletter;
if (!isset($email))
  { 
  echo form action=index.php method=post;
  echo input type=text name=email;
  echo br;
  echo input type=submit value =OK;
  echo /form;
  }

if (isset($email) ) echo $email;

if (!isset($email) ) echo no;

/*mail($email,WWW.38HQ.DE - NEWS -, Danke Oskar \n du bist nun auf
dem 38hq newsletter);*/
?








-- 
Edit this bug report at http://bugs.php.net/?id=16943edit=1