From:             [EMAIL PROTECTED]
Operating system: Windows NT
PHP version:      4.2.1
PHP Bug Type:     Scripting Engine problem
Bug description:  Getting Undefined Variable: error for variable taken from html page 
calling it.

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>


-- 
Edit bug report at http://bugs.php.net/?id=17376&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17376&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17376&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17376&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17376&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17376&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17376&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17376&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17376&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17376&r=globals

Reply via email to