PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
But that makes me wonder what you're trying to do. If it's a variable, I'm sure you know it can be accessed with $_GET but when I read your post It makes me think of -> thefile.php?do_this(). Although I'm not sure if it's possible.
with the vars
radio=1&money=41234
but i am sending it tothe server with post and the
ActiveXObject("Microsoft.XMLHTTP")
and when i do $_POST['money'] it gives strane feedback
I am now wondering what the query string has to do with $_POST vars. But if you're sending $_GET variables, why are you accessing it with $_POST['money']?