RE: Apache Method: POST
> I am trying to get the method Post to work with Apache 1.3.9 and PHP4.
> I can't get the POST method to go through. I have looked at the Apache
> newsgroup but can't seem to find anything on there that will work. Any
> help will be appreciated.
> Thank you.
> Michael
I guess I'm looking for a little more detail on what you're attempting to
do. If you've got forms on a web page that you're creating and you want to
use POST v. GET, you need to change the form tag to be <form
action="whatever" method=post>.
HTH,
Brooks
Reply to: