From:             [EMAIL PROTECTED]
Operating system: Windows 98
PHP version:      4.0.4pl1
PHP Bug Type:     Variables related
Bug description:  undefined variable warning

* Letīs say Iīve got this in an html file:
  
  <form action="processcrazy.php" method=post>
  <input type="text" name="crazy" size=3 maxlength=3>

  In processcrazy.php as follows:
  
  <?
  echo $crazy." crazy scripts<br>";
  ?>

  As you should notice, the script is supposed to tell me the value I
entered in the text field of the html form. This code works well under
Linux/Apache, but under Windows/Apache Iīve got this warning:

Warning: Undefined variable: crazy in c:\archivos de programa\apache
group\apache\htdocs\processcrazy.php on line 19
crazy scripts

I canīt believe Iīm the only person having this problem, but I didnīt find
any reported bug above this in your bugs search engine.

Thanks

Santiago GL
[EMAIL PROTECTED]
Medellín, COLOMBIA
-- 
Edit bug report at: http://bugs.php.net/?id=13845&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to