Is there any way to pass stuff from one page to another using the POST method without using forms.
Like in get you can just append a ? with whatever you wan
?
Server side you can achieve this using cURL extension. Tutorial: here I'm not 100% sure you are looking for a server-side solution though?