Hi
I am creating a page that uses server side includes so it as an extension like testpage.shtml
I am using php on this page through the use of an include like the one below
<!--#include virtual="/test.php"-->
My problem is that I am having trouble receiving variable information from this page using the get method.
I am guessing this is because the testpage.shtml does not have a php extension.
Is there possibly another way that I can pass information on to this page.
This problem proving to be a nightmare so all suggestions big and small welcome
Thanks alot