Guys with complex urls from various
cms like phpnuke etc.
Which the urls to a story might contain a few of this
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??