View Single Post
  #1 (permalink)  
Old 02-07-2008, 03:45 AM
manya1011 manya1011 is offline
Constant Pligger
 
Join Date: Jan 2008
Posts: 164
Thanks: 8
Thanked 24 Times in 16 Posts
EVB Complex Url's issue

Guys with complex urls from various cms like phpnuke etc.

Which the urls to a story might contain a few of this
Code:
&
The url output into our website is not getting recorded corrently.

Is there a solution to this.??

Example url is
Code:
anydomain.com/modules.php?name=News&file=article&sid=48
and the output will be

Code:
anydomain.com/modules.php?name=News
because the code is ignoring every & symbol

for example if I remove the & that comes after News the output will be

Code:
anydomain.com/modules.php?name=Newsfile=article
taking everything until the next &

Is there a solution to this??
__________________
iGameit

helpthewriters.com
Reply With Quote