Hi,
I want my php script not to be run again when the browser is refreshed, but only when entered. Does anyone know how to do this?
That would be a great help,
Paul
read the header() function in the manual for tips.
Thank you Tom,
Any Client side options to do the same ?
you could set a cookie on entering the page and also do a check against the cookie var on that page too, if its set dont execute the script, only problem is that not all browsers accept cookies
ash