Hi All,
I wonder whether someone could help me, I have browsed through the archives and tried some suggestions but not had any luck so far.
Running - Solaris 7, Apache 1.3.19, php 4.04.
I'm trying to get a test html form working with php using the post method :
<form action="processorder.php" method=post>
When I then click on submit, I get method post not allowed from my web browser (Tried IE & Netscape). I also get the same problem with the 'get' method.
I have tried changing my httpd.conf file, and have php & php3 uncommented at the moment. I have also tried different file extensions (.php & .php3). I have also tried moving the scripts to the cgi-bin but to no avail. Sometimes the actual code is displayed on the screen.
If anyone could help I would be most grateful, I'm just trying to learn PHP and aren't getting to far at the moment!!
Thanks
Darren