|
Hi all.
I have a simple redirect page that I am using to redirect users. The problem is, this redirect adds a parameter (?from=Somewhere) to the url of the page the user is being redirected to. Now the problem occours when the page they are being redirected to already has a parameter in which case the end result looks something like this (?NewsID=44?from=WhereTheUserCameFrom). Is there any way to check and see if there is already a perameter in the redirect url and if so change the (?from=Somewhere to &from=Somewhere)?
Thanks.
|