I hope this is not too dumy question:) I receive keyword of search terms from $_GET[‘keyword’]. But if I want to send this keyword to pagination link, it is not anymore keyword1+keyword2 but keyword1%20keyword2 and when I try to get it with $_GET[keyword] I don’t receive it any more as keyword1 keyword2.
Is there any function or do I need manually check for all white space, insert + and than put it to link?
tnx