php4.2.1 doesn't process posted data
Posted: Mon Jul 08, 2002 4:50 pm
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
<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