Is it possible to pass a variable to php without the users 'seeing it'?

HABSI STYLE

New Member
I have a link on a page, and I would like to send a variable to a php file like this:\[code\] href = "http://stackoverflow.com/questions/2043495/php_file.php?qry=$query"\[/code\]the $query variable contains a query which I would like to make to mysql, inside the php file.My problem is, I don't want the users to 'see' what I am passing along. I would like to use $_POST but from what I know, that isn't possible.Is there any other simple way?Thanks
 
Back
Top