php4.2.1 doesn't process posted data

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
chrisshi
Forum Newbie
Posts: 5
Joined: Mon Jul 08, 2002 4:50 pm
Location: Austin, TX

php4.2.1 doesn't process posted data

Post 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
rokamortis
Forum Newbie
Posts: 5
Joined: Mon Jun 24, 2002 10:07 pm

Post by rokamortis »

This should just about cover your problems....http://www.phpcomplete.com/content.php?id=66
chrisshi
Forum Newbie
Posts: 5
Joined: Mon Jul 08, 2002 4:50 pm
Location: Austin, TX

Thanks alot rokamortis!

Post by chrisshi »

I really appreciate your help man! Your tip solved my problem instantly. :D
Post Reply