what is the value of $PHP_X ?

is it "METHOD=POST" ?



----- Original Message -----
From: "Patrick Estermann" <[EMAIL PROTECTED]>
To: "Denis Arh" <[EMAIL PROTECTED]>
Sent: Tuesday, June 25, 2002 3:07 PM
Subject: Re[2]: [PHP-INST] The requested URL /METHOD=POST was not found on
this server.


> That's exactly what I did: Expressions with correct syntax like
> <FORM ACTION=<?php echo($PHP_X); ?> METHOD=GET>....
> are not processed correctly.
> I think its a problemem of php configuration on my apache but
> any other php command works. I do not have any idea how to configure php
> or apache to avoid this "The requested URL /METHOD=POST was not found on
> this server." error messages.
>
>
> On Tue, 25 Jun 2002 13:38:11 +0200
> "Denis Arh" <[EMAIL PROTECTED]> wrote:
>
> > METHOD is an atribute of FORM tag, you don't put it in ACTION
attribute...
> >
> > with ACTION you tell a browser where to send data and with METHOD how to
> > send them, so:
> >
> > <form action="script.php" method="POST">
> >
> > and not
> >
> > <form action="METHOD=POST">
> >
> >
> > right?
> >
> >
> > ----- Original Message -----
> > From: "Estermann Patrick" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, June 25, 2002 1:38 AM
> > Subject: [PHP-INST] The requested URL /METHOD=POST was not found on this
> > server.
> >
> >
> > > Hi
> > >
> > > I've installed php (dll version) on my existing apache webserver.
> > Everything seems to work fine except this
> > > painful error message : "The requested URL /METHOD=POST was not found
on
> > this server." When I use POST or GET
> > > Method. Does anyone have a slight idea what the mess causes this ***
> > error?
> > >
> > > best thanks
> > > peep
> > >
> > >
> > >
> > > --
> > > PHP Install Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
>
> --
>  <>
>


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to