Richard Whitney wrote:
> This is my code: > ACTION="http://xxx.xxx.xxx.xxx/usr/lib/sendmail">
> Is there something wrong with this? Every time I try to access
> it, it comes back file not found. Please help. Thanks
Thankfully CGI/POST does not allow direct access to files outside
the area controlled by the web server. Otherwise, there would be
no security at all for web interfaces.
These concepts and examples are covered in any decent web
programming book.
Gordon