That is exactly what I'm looking for. The only thing is it calls for a shtm file type instead of htm. When I create the page test.shtm and try to submit the form, nothing happens. Does it have to do with the shtm vs htm?
Thanks.
treetopsranch -> RE: IP address (6/24/2009 23:33:21)
SHTM file is a HTM Document with SSI. Server Side Includes (SSI) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served.
You will need a web server capable of running SSI (most web servers do this by default). Check your host to make sure.