Quote:
Originally Posted by Dean C
Um well if you know how to get the user back to where they should be going use:
PHP Code:
header('Location: .......');
Putting where you want to redirect to, don't forget to escape singlequotes for your variables. Also this is what you need to output at thetop of your page before you output anything else.
|
on some servers,
header functions cuse error
(headers allready sent)
vb have a functions for header redirect that dosent couse and error
exec_header_redirect($url)
should work better.