Would this apply only if all the script was php (i.e. all between <? ?>)?
The page I have has only calls the php once the submit button has been pressed.
Should I recode the whole page so that all the html & javascript is in echo statements?
Perhaps I could put the html in a seperate file and just do an include? If the action="<?php echo $PHP_SELF?>" still work if it's in the included file or would it just load the inc file?
-- Nick.