If you want to include special characters like spaces in the query string, you need to protect them by applying the urlencode() tr anslation function. The script below shows how to use urlencode():
Can you answer this question?
Write Answer1 Answers