RE: CGI/Includes question

2006-05-02 Thread Charles K. Clarkson
Steve Gross wrote: : The problem is that the .shtml file contains includes. When my : template->out method calls the .shtml file, the includes are simply : passed along and not parsed. Use a redirect. Create the .shtml file with your program and then redirect to that .shtml file. Apache will

CGI/Includes question

2006-05-02 Thread Steve Gross
I have an html file that contains a form. The form's action method calls my Perl program which collects some data and then feeds it via HTML-Template to an .shtml file. I'm using an apache webserver on Windows that has SSI enabled. The problem is that the .shtml file contains includes. When my