for my form
window.location="xxx.php?id="+id;
The value of id is displayed in URL like this
localhost/filename.php?id=2.
i didnt want to show the URL value id=2
.
how to convert the value like `localhost/filename.php?id=XZsaswee.. like this. Please Help me.