I have an "if" thing which is part of a processing script.
I want the script to generate a page using the HTML specified IF the if returns true.
So.. it'll be like:
<IF>
<HTML TO BE SHOWN>
<ELSE>
PRINT "WHATVER"
etc
I don't want it to include to a seperate page, but I want it to "excecute" or run the HTML if the if comes back true.
Please tell me how this could be done
ALex.