I'm wanting to pass a value from PHP into a hidden input in HTML. I don't want it to travel in the URL if possible.
for example to help paint the picture.
From PHP
I want to pass this: value="true"
To HTML
<input type="hidden" value="false">
I appreciate any help
Thanks,
ryanc