dominicanpapi82
09-03-2006, 03:56 PM
I need to do the following:
I have a page example.com/formpage/ where I have a form to be processed. When it is processed, I need to take the info from the form and either create a page or go to a page with the following:
<!--#include virtual="/includes/include1.ssi" -->
(INFO FROM PROCESSED FORM HERE)
<!--#include virtual="/includes/include2.ssi" -->
I can't get around the fact that I can only put a server side include into a file with the .shtml extension, and if I have a prewritten page I can't figure out how to add info from a processed form into it. Does anyone know how to do this that can help me?
I have a page example.com/formpage/ where I have a form to be processed. When it is processed, I need to take the info from the form and either create a page or go to a page with the following:
<!--#include virtual="/includes/include1.ssi" -->
(INFO FROM PROCESSED FORM HERE)
<!--#include virtual="/includes/include2.ssi" -->
I can't get around the fact that I can only put a server side include into a file with the .shtml extension, and if I have a prewritten page I can't figure out how to add info from a processed form into it. Does anyone know how to do this that can help me?