Date: 10/04/05 (PHP Community) Keywords: php, html, apache form.html: < form action="script.php" method="post"> < input type="text" name="user"> < input type="submit" name="submit" > < /form>script.php: The script shows nothing no matter whether I use GET or POST. Maybe the problem is somewhere in PHP settings? I use Apache 2/PHP 4.3.9 on Darwin (Mac OS X 10.3). Could you please help me? Source: http://www.livejournal.com/community/php/349832.html
|