Hi there, i have come to a solution, due the fact that the client does not
store the http_referer on a javascript location.href, is to send the
refering url into the url, there is an issue though say it looks like

something.php?action=delete&return_url=someother.php?action=edit&id=1

it will come out as

something.php?action=delete&return_url=someother.php

i tried urlencode but still no luck any ideas ?

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

Reply via email to