"&" is a delimiter in querystrings and spaces are NOT allowed in key values.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Thanks to all you have replied.......but I am not sure how can I encode through JS?? I was advised that its same in php and JS but I feel its different.
So can anyone please tell me how can I encode user text in Javascript.
I am doing something like this.....
Quote:
var b=document.getElementById('get_searchword').value;
document.getElementsByTagName('form')[0].action="srch/searchkey.php?id=Meerut&title="+escape(b)+"";
I solved it.......working now.........and its jst your help............you guys make me able to learn and solve problem.........well, if there any better suggestion, I'll appreciate it.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
« Reply to using $_GET[] but problem with '&' in keyword.