I'm making a search page, where you type a search query and the form is submitted to search.php?query=your query. What PHP function is the best & I should use for encoding/decoding the search query?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
For the URI query use The difference between
|
|||||||||
|
|
The cunningly-named urlencode() and urldecode(). However, you shouldn't need to use |
|||
|
|
foo barin a text field, createsfoo+barin the URL). – Felix Kling Jan 20 '11 at 8:33file_get_contents– Click Upvote Jan 20 '11 at 8:36