I had this problem before, and now I ran into it again.. here goes. I have an eRPG program that writes HTML to a browser. Inside that HTML is a SSI statement like: Now, this works fine in static HTML and in most eRPG programs. But, if the eRPG program that writes it out is run from a form that does a POST (haven't tested with GET), and the program reads the data using QzhbCGIParse API, the SSI statement errors out. The two times I have had the error, the program that is run is on the ACTION tag of a form that does a POST, and the program reads the data with the QzhbCGIParse API. Anyone else have this problem? Only affects CGI SSI statements. Weird and wacky. Brad

Reply With Quote