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
Post a Comment