Connecting Tech Pros Worldwide Forums | Help | Site Map

URLdecoding issue

Newbie
 
Join Date: Sep 2006
Posts: 18
#1: Jul 1 '09
Hi,

I have an issue with url when it is returning to the browser, actually on
submit button click the URL should return as "?q=myview/test&page=0" instead
it is returning "?q=myview/test%26page%3D0". I have used same code
"?q=myview/test&page=0" for the link, i have used urldecode function still no
luck, can anybody help me in solving this issue.

Advance Thanks
Ram

Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,660
#2: Jul 1 '09

re: URLdecoding issue


well, it works with my PHP (5.2.8) without problems.
Newbie
 
Join Date: Sep 2006
Posts: 18
#3: Jul 1 '09

re: URLdecoding issue


actually I got this issue in drupal 6, when returning the url
thanks for reply
Ram
Reply