Send your data with SESSION rather than post.
Source: php – Sending POST data without form – Stack Overflow
Send your data with SESSION rather than post.
Source: php – Sending POST data without form – Stack Overflow
Change your form method to POST and use the $_POST variable instead of the $_GET variable, and you will not see the variables at the end of the URL
Source: php – Hide parsed variable from url bar – Stack Overflow
|
I have an HTML form that works properly and stores all variables (‘firstname’, ‘lastname’, etc.) in the At the time of form submission, I need to pass an additional variable in the What I tried doing was setting the form action to What am I doing wrong? Is this even possible? |
|||
|
add a comment
|
Source: php – How to submit additional variables alongside form submission? – Stack Overflow