yes, i know this, the form works fine if i use the GET method, but every
time i use the POST method i get a 404 error. confusing., cannot think why.
can anyone help?


Abdolhamid Joukar <[EMAIL PROTECTED]> wrote in message
news:002d01c28029$32c83030$e56fd93e@;hamid...
> hi
>  if you are running your script on your computer your form action should
be
> like this
>  <form action="http://localhost/file.php>
> else
> if you are testing your script on the net may be your host have a
directory
> that named cgi-bin
> your php files should be placed there!
> thanks
> ----- Original Message -----
> From: "Richard" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, October 30, 2002 5:11 PM
> Subject: [PHP-WIN] forms POST help
>
>
> > i have php4 up and running, but whenever i POST an html form to a php
page
> i
> > always get a 404 error message, even though the php page is present.
> >
> > Can anyone help?
> >
> >
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>



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

Reply via email to