Jump to content

_GET variables with SSI?


AtomicRax

Recommended Posts

I have a file called myfile.html and it includes the following line:

 

<!--#include virtual="/output.php" -->

 

The SSI statement works great, but I want more...

 

I would like to be able to link to myfile.html?var=val and use the var string in the php file. However $_GET[var] equals nothing when I try this :(

 

Is this not possible?

Link to comment
https://forums.phpfreaks.com/topic/215267-_get-variables-with-ssi/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.