There is a string XX&YY
and I'm passing it to another page. ie, localhost/sample/XX&YY/1
for some processing. Now when I try getting the name value on the other side I'm able to get only XX
and not full XX&YY
. How to rectify it? Any ideas?
Note : here is my url localhost/sample.php?name=somevalue&pageno=somevalue has been url re-written to localhost/sample/name/pageno
.