PHP Post
Date: 04/11/05
(PHP Community) Keywords: php
Did anything change in PHP version? I'm using PHP Version 4.3.10-10
I am passing information for the PHP post by using:
<form action="contactuser1.php?name=<? print "$name"; ?>" method="GET">
Name:<INPUT NAME="name" size="60">
<INPUT TYPE=submit Value="Send"> <INPUT TYPE=RESET>
It used to work before, but not anymore. When I pressed the submit button, the information doesn't appear on the next page.
Did something change? I've had a look at the php changelog and didn't find anything obvious. Please kick me and point me the mistake.
Thanks
Source: http://www.livejournal.com/community/php/283247.html