Image

Imagethreeeyedfish wrote in Imagephp

I'm dazzled.

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?