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
?
you can use Ajax requests to send POST requests to the server. or cURL on the server side.