bluephoenix
02-06-2003, 06:41 PM
Here's the scenario: I'm desiging a website and every page (more or less) uses SSI+'s to insert external header, quick links, resource links, section related links, and footer html pages. All is going well until on one page I need a drop box form. The idea is that a user will drop down a location from the menu, hit the submit button, and the form information will be sent to the next page which display all of the included html files, but also the information for the selected location.
Without templating, How do I include external html files using PHP? Or, how would I set my page up so that it will be parsed by the server as both an SSI+ document and a PHP document?
I'm stumped... Thanks in advance.
Without templating, How do I include external html files using PHP? Or, how would I set my page up so that it will be parsed by the server as both an SSI+ document and a PHP document?
I'm stumped... Thanks in advance.