If I am using a GET parameter in a web service call, what type of escaping should I do? I was thinking of just using htmlentities.
Example: http://example.com/search.php?search=1234
Search.php
Uses $_GET['search'] to make a web service call to another service.