dream25 Posted January 22, 2007 Share Posted January 22, 2007 hi to all.. what is the use of hidden property while we send some mails... Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/ Share on other sites More sharing options...
Daniel0 Posted January 22, 2007 Share Posted January 22, 2007 There is no property called "hidden". Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-166364 Share on other sites More sharing options...
fenway Posted January 22, 2007 Share Posted January 22, 2007 Nor is sending e-mail an HTML issue. Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-166700 Share on other sites More sharing options...
worldworld Posted January 23, 2007 Share Posted January 23, 2007 Yes you can send some hidden values via a form to other page .They are those which are just required for passing values. Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-167078 Share on other sites More sharing options...
dream25 Posted January 24, 2007 Author Share Posted January 24, 2007 hi.. i want to know how the hidden values are working.. and whats the use of the that values.. and why we go for hidden values... :) Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-167817 Share on other sites More sharing options...
fert Posted January 24, 2007 Share Posted January 24, 2007 Hidden values are useful for when you don't want people to know there's a form field for cosmetic or other reasons. The best example of how hidden values are useful is this: I created a small blog script and when someone is posting a comment the date of the article that they're commenting on is in a hidden field Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-167839 Share on other sites More sharing options...
fenway Posted January 24, 2007 Share Posted January 24, 2007 They "work" because they're submitted just like any other INPUT field, so their values are submitted as well. Why? Because they're, well, hidden. Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-167978 Share on other sites More sharing options...
dream25 Posted January 24, 2007 Author Share Posted January 24, 2007 thanks... gimme some codes to check it Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-168005 Share on other sites More sharing options...
fenway Posted January 24, 2007 Share Posted January 24, 2007 [quote author=dream25 link=topic=123473.msg512220#msg512220 date=1169641003]thanks... gimme some codes to check it[/quote]I don't know what you mean. Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-168008 Share on other sites More sharing options...
dream25 Posted January 24, 2007 Author Share Posted January 24, 2007 actually i asking.. where to use the hidden values... Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-168010 Share on other sites More sharing options...
fenway Posted January 24, 2007 Share Posted January 24, 2007 That depends what you're trying to do. Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-168011 Share on other sites More sharing options...
dream25 Posted January 24, 2007 Author Share Posted January 24, 2007 thats y im asking.. that codes is depend on anything... i wanna use that code... and also i will know.. where the hidden values are using.. Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-168028 Share on other sites More sharing options...
fenway Posted January 24, 2007 Share Posted January 24, 2007 What code? What's anything? Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-168091 Share on other sites More sharing options...
fert Posted January 24, 2007 Share Posted January 24, 2007 [code]<input type="hidden" name="foo" value="bar">[/code] Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-168576 Share on other sites More sharing options...
AndyB Posted January 24, 2007 Share Posted January 24, 2007 OK, dream25. You've had your fun, you've got your answer. In future, post meaningful questions with some detail and expect to do some of the work yourself.This thread has served its purpose, so I'll close it. Link to comment https://forums.phpfreaks.com/topic/35194-whats-the-use-of-hidden-property/#findComment-168579 Share on other sites More sharing options...
Recommended Posts