hi,
I need to pass a variable like alias='F&B' in url. but when i try to get the value in next page using $_GET ,its breaking.
url like
how do i pass it as entire data and get it in next page?
I need to pass a variable like alias='F&B' in url. but when i try to get the value in next page using $_GET ,its breaking.
url like
Code:
http://example.com?alias=F&B
Comment