Forum Moderators: coopster
So.... I'm trying to somehow get a variable from the SSI page into the PHP script. My first thought was to have the links on the archive page look something like
<a href="display.shtml?id=1">Article one</a>. But I've looked almost everywhere and can't seem to find a way to get that id variable into the php script, which is called with normal SSI <!--#include virtual="sql.php" -->. I realise that QUERY_STRING isn't simply available to the PHP script but there must be some other way to do this. Any ideas?