httprequest - how to pass a php variable from one page to another using post method -


this question has answer here:

i know how bind variable in request this;

header("location:../dashboard.php?name=name"); 

but want variables hidden in url, this;

header("location:../dashboard.php"); 

and send variable using post method

how can without using sessions or cookies?

thank you.

it not possible. thing can create html form , invoke using javascript. merely hack solution.

please describe want achieve, not how.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -