Hi,
I'm a total newbie with php, so this means I'd be very grateful if you didn't assume I knew anything 🙂
Anyway, what I need is a page that loads a text file (thetext.txt) as SSI would when I use "<!--#include file="thetext.txt" -->".
The problem is, the text file is also used by the flash part of the website, which means it sets a variable at the beginning. It looks like this:
_root.text=text goes here&eof=1
But I only want the "text goes here" part to appear. The problem is I can't do this with SSI, is it possible with php?
Thanks for reading,
M.