The only way to hide you variables is to store them on server side and use session
to pass them between scripts.
POST variables are not hidden at all, there are many ways to reveal them.
solved What are the options or ways to pass variables to another url when user click on the link? [closed]