ID: 13845 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Variables related Operating System: Windows 98 PHP Version: 4.0.4pl1 New Comment:
Please ask support questions on the mailing lists: http://www.php.net/support.php Hint: Check your register_globals / error_reporting settings in php.ini Previous Comments: ------------------------------------------------------------------------ [2001-10-27 00:22:49] [EMAIL PROTECTED] * 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 this 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]