Hidden field values

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
samani
Forum Newbie
Posts: 5
Joined: Mon Feb 18, 2008 4:20 am

Hidden field values

Post by samani »

Hi,

i have value in hidden field. i want to display that value in anothe place........ any comments please.
thanks.
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: Hidden field values

Post by yacahuma »

hidden fields are just like any other field. If you submit the form, save the hidden field value in a session.
Post Reply