[vox-tech] php wonders. (was on vox)

nbs vox-tech@lists.lugod.org
Wed, 20 Feb 2002 15:16:55 -0800


On Wed, Feb 20, 2002 at 11:58:10PM -0500, Erik Mullinix wrote:
> Hello.
> While working on learning PHP. I have been having problems getting the ability to do php off of apache.
> SuSE 7.3, Apache 1.3.20 with php 4.0.6
> 
> I get the method POST is not supported.

Is this when submitting a form?  (eg, clicking on the 'type=submit' form
widget on a form with 'method=post')

Or is it simply when you try to load a PHP file (eg, asking the browser
to fetch http://somedomain/somefile.php) ?

-bill!