On 2/17/06, Carl Maloney <[EMAIL PROTECTED]> wrote:

> <form action="c:/program Files/apache
> group/apache2/htdocs/processorder.php" method= "post">

This action never touches apache.  Your browser tries to directly
access the file through your local filesystem.  You want something
that looks more like http://yoursite.example.com/processorder.php.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to