Hidden id

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
itarun
Forum Newbie
Posts: 7
Joined: Fri Jan 25, 2008 9:22 am

Hidden id

Post by itarun »

hi friends i am new to the php Why we are giving HIDDEN ID in the form
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

Re: Hidden id

Post by aceconcepts »

So that it can be used when the form is "Submitted".

An 'id' should be unique and so it should enable you to reference a specific record within a database.
Post Reply