Connecting Tech Pros Worldwide Help | Site Map

URLdecoding issue

  #1  
Old July 1st, 2009, 11:21 AM
Newbie
 
Join Date: Sep 2006
Posts: 18
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
  #2  
Old July 1st, 2009, 11:28 AM
Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,487
Provided Answers: 9

re: URLdecoding issue


well, it works with my PHP (5.2.8) without problems.
  #3  
Old July 1st, 2009, 11:34 AM
Newbie
 
Join Date: Sep 2006
Posts: 18

re: URLdecoding issue


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
SP1 Problem SOAPException doesn't return quote and Umlaute correcty Dany answers 16 November 23rd, 2005 05:16 AM
Problem with Web.HttpUtility.UrlDecode Lloyd Sheen answers 2 November 19th, 2005 06:30 AM
Apparent ViewState Problem Bill answers 1 November 17th, 2005 10:55 AM
is PHP auto-urldecoding my querystring? Alex Bazan answers 1 July 17th, 2005 01:20 AM