SyntaxFix
Write A Post
Hire A Developer
Questions
is simple for me use base64_encode
$term = base64_encode($term) $url = $youurl.'?term='.$term
after you decode the term
$term = base64_decode($['GET']['term'])
this way encode the "/" and "\"