OK, I've done the html form.
|
|
|
Directing what happens to submitted form contents.For Sphynx Sites: Site customers may use either of two available form handling cgi's by Matt Wright:
<form method="POST" action="/cgi-bin/formmail.pl">
<form method="POST" action="/cgi-bin/formmail-z.pl">
What form handling scripts do.Clicking the "SUBMIT" button on the form page tells your browser to gather up the form contents, separate them with ampersands "&" and send the information to a handling script named "formmail.pl" in the "cgi-bin" directory one level below server root (the httpd directory). formmail.pl takes the information and processes it. Typically, it rearranges and formats the submitted form content and emails it to you then sends the browser an answer page in html with form results nicely formatted and displayed.
HOME | SITE HOSTING | VIRTUAL SERVERS | PAGE DESIGN | FAQ | ORDER | TECH SUPPORT
Copyright © 1996, Sphynx Web Solutions. All rights reserved. All brand names and product names used on these web pages are trademarks, or trade names of their respective holders. Direct questions or comments to webmaster@sphynx.com.