ID:               17378
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: Windows NT
 PHP Version:      4.2.1
 New Comment:

http://www.jdimedia.nl/derick/20020502.php


Previous Comments:
------------------------------------------------------------------------

[2002-05-23 03:06:47] [EMAIL PROTECTED]

The content of text.html is

<HTML>
<HEAD>
</HEAD>
<BODY>
<FORM METHOD=GET ACTION=text.php>
Who is your favourite author?
<INPUT NAME="author" TYPE="TEXT">
<BR>
<BR>
<INPUT TYPE=SUBMIT>
</FORM>
</BODY>
</HTML>

The content of text.php is

<HTML>
<HEAD>
</HEAD>
<BODY>
<?php echo $author;
?>
</BODY>
</HTML>


When a name is entered and the submit button is clicked, it goes to the
text.php and shows the following error.

Notice: Undefined variable: author in
f:\Inetpub\wwwroot\Netproject\TestingSamples\text.php on line 5

PLEASE tell what to do about it AS SOON AS POSSIBLE.




------------------------------------------------------------------------


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

Reply via email to