however when this arrives at the browser the trailing "e" from the word "title" is missing and so the search fails. To test this was the problem I just added the "e" to the url and reloaded that page and voila!
I initially thought it may be due to the length of the strong but I have other search strings that are longer and are working 100%.
This site requires the search string to be delimited by + so I have simply set up as %1+%2+%3 etc.
Is there a better way to achieve that? It works but isn't elegant.. LOL
Appreciate any suggestions
Cheers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have created a Weby search but it is failing each time because the full string is not being passed to the browser.
My search string is
http://www.ultimate-guitar.com/search.php?value=%1+%2+%3+%4+%5&search_type=title
however when this arrives at the browser the trailing "e" from the word "title" is missing and so the search fails. To test this was the problem I just added the "e" to the url and reloaded that page and voila!
I initially thought it may be due to the length of the strong but I have other search strings that are longer and are working 100%.
This site requires the search string to be delimited by + so I have simply set up as %1+%2+%3 etc.
Is there a better way to achieve that? It works but isn't elegant.. LOL
Appreciate any suggestions
Cheers