I have PHP code written on one server, and it is working great.
I would like another server, which doesn't have PHP installed, to be able to include my PHP program into their files and have it "echo" information.
An example, is a text based counter. They want to include it in their HTML, and have my server do the PHP processing, then echo the count (not an image).
I know that you could use SSI to include it, and the IMG tag can be used if you are returning an image (in this case I'm not). Is there another way to get it included if they don't have PHP or SSI?
Thanks,
Joel