Since the problem is happing before the script is executed urlencode does not come into this situation.
Thanks anyway.
Oh and i got it sorted 🙂
Replaced
loadVariables(path2adm+"searchLets.php?goSearch="+goSearch, this, "POST");
with
loadVariables(path2adm+"searchLets.php", this, "POST");
Thanks,
Paul