Ok, this is for a version updater I'm making.
I have made one script that writes to a text file, new version number, type of update, download url and notes.
So I made another script, a version checker function to check for a newer version by checking this text file and the version variable. If there was a newer (higher number in the version variable) if would display the download url and type of update, notes and an image that with "an upgrade was available" text on, if not it should only display "version up to date" image.
But this isn't possible as the text file is rendered as html and the script dosn't find the version variable.