Page 1 of 1

php4.2.1 doesn't process posted data

Posted: Mon Jul 08, 2002 4:50 pm
by chrisshi
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

Posted: Mon Jul 08, 2002 9:31 pm
by rokamortis
This should just about cover your problems....http://www.phpcomplete.com/content.php?id=66

Thanks alot rokamortis!

Posted: Tue Jul 09, 2002 9:11 am
by chrisshi
I really appreciate your help man! Your tip solved my problem instantly. :D