Well here\'s what I got, basically a button is clicked and the following code is executed:
Readthis = \"MonsterRequest.php?id=
I basically want to post data without having the page reloaded
Use jQuery's $.post(...)
Cheers