Posted by Areric on 04/12/06 19:27
what is the motivation behind using the index5c.html page. Generally
you display your content on the same page you submit to.
Also you cannot use a header() call if anything has already been
output.
In your example $realname is a variable local only to the
process_this.php file. When you call header() you redirect the user to
index5c.html which has no access to the $realname variable.
Navigation:
[Reply to this message]
|