http://www.talkingelectronics.com/projects/Testing%20Electronic%20Components/TestingComponents.html
Engineering and technology
php – Hide parsed variable from url bar – 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
php – How to submit additional variables alongside form submission? – 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

