[snip]
>     Can I rely on referrers on upload.php to see where a hit 
> came from?  
> Or should I redirect to an interim page that simply redirects 
> again to the thankyou.php one (which won't stop someone from 
> hitting back twice, but it's just an extra thing.)  What 
> (other) ways have people found that works?
> 
>     -- A

Off the top off my head, but you could set a session var in the thankyou
page and some logic in the upload page that prevents the applet code from
displaying if that session var is set...

HTH,

Mikey

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to