hi, I just installed php4.2.1 with apache2. The <? phpinfo() ?> test page worked allright, but when i embed the following html code in the page
<form action="test.php" method=post>
<input type=text name=me value=me>
</form>
the posted data is not being forwarded to the test.php page. echo $me does not return anything. does anyone know what's causing this?
this
chris
php4.2.1 doesn't process posted data
Moderator: General Moderators
-
rokamortis
- Forum Newbie
- Posts: 5
- Joined: Mon Jun 24, 2002 10:07 pm
This should just about cover your problems....http://www.phpcomplete.com/content.php?id=66
Thanks alot rokamortis!
I really appreciate your help man! Your tip solved my problem instantly. 