Example we have a form :
<form action="" method="GET">
<input type="text" name="Search">
<input type="submit" value="Search">
</form>
if click on Search btn url will redirect to
search.php?Search=parametr
how i can Encode This Parametr As Base64 ?
search.php?Search=cGFyYW1ldHI=