Guest_imported
New member
- Jan 1, 1970
- 0
How would I go about adding a + sign between words submitted to a script? It is a content retrieval script:
Line is:
$url = "
When someone types in two words in the search box, it only displays 1 on the query string on my partner's site. For example, when I search for "free email", it only pulls the " part, not "?q=free email".
I want to be able to make it automatically format the string as "two+words+or+more", not "two words or more".
Please help me out here.
Thanks,
Josh
Line is:
$url = "
When someone types in two words in the search box, it only displays 1 on the query string on my partner's site. For example, when I search for "free email", it only pulls the " part, not "?q=free email".
I want to be able to make it automatically format the string as "two+words+or+more", not "two words or more".
Please help me out here.
Thanks,
Josh