Aplogies, that was my app although i am having more issues now, i use
switch statements on a get action variable.

here is the full link

manage.php?
action=deleteconfirm&asset_modelID=82&table=asset_models&return_url=/assets/
manage.php?table=asset_models&ID=82&action=edit

it now things its a edit action instead of a deleteconfirm action :\

> 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

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

Reply via email to