Hi!
I already know about the <A HREF="LINK_ADDRESS?user=$user">LINK_NAME</A> way to send variables from page to page, but is there any way to use the POST method, not the get method? I know when using a form u can say method=post and then it will be using the post method, but how can I without using a form? Thank You!