I have some hidden inputs, however, if you view the source code, you're still able to see the value saved in the input.
How can I hide the values from the public? Encrypt then decrypt? How?
Thanks.
You'll need to store them as session variables if you want them hidden completely, but even then, with the right applications you can view/change these.