View Single Post
Old 06-27-2012, 02:53 PM   PM User | #2
DrDOS
Senior Coder

 
Join Date: Sep 2010
Posts: 1,155
Thanks: 10
Thanked 148 Times in 148 Posts
DrDOS is infamous around these parts
I've used a hidden input for the isset statement in PhP when I had different forms with different inputs that all submitted to the same page. That way they could all use the same isset statement. But it can be used the other way too, so that you could distinguish between different pages that all use the same basic form. And it may get it's value from some javascript code somewhere else on the page.
DrDOS is offline   Reply With Quote