I am creating a redirect script
I have the 2 variables "m" and "b"
and I want to echo that whole url after b= including the bit after "&"
visit: http://www.newdesignworld.com/link.php?m=1&b=http://www.newdesignworld.com/today&=c
I am echoing the variable $b but it is only showing http://www.newdesignworld.com/today
but i want it to show: http://www.newdesignworld.com/today&=c
is this possible?
thanks
I have the 2 variables "m" and "b"
and I want to echo that whole url after b= including the bit after "&"
visit: http://www.newdesignworld.com/link.php?m=1&b=http://www.newdesignworld.com/today&=c
I am echoing the variable $b but it is only showing http://www.newdesignworld.com/today
but i want it to show: http://www.newdesignworld.com/today&=c
is this possible?
thanks
Last edited:





