Hi,
I have a PHP script on my server. That script basically checks to see if an ID is part of a "click-to-check" program. If the ID is in the database, it spits out HTML code that includes a LINK to an HTML page, and an IMG tag.
What I'd like to do is figure out how I can give this to people who don't have PHP on their systems. For example, they could INCLUDE it using an SSI Include. Is there a better way than SSI Includes?
Thanks,
Joel