I need to resend a value from a previous html form in another form so that it can be used as part of a prepared SQL statement.
However, I do not really want to use html hidden input due to potential security problems.
Anyone know of another method?
Thanks.