hi there...
i'm about to embark on my very first PHP code journey (i've been saying that for a while... so sometime soon i hope... anyway)...
before i begin my exciting new journey into PHP land, i would like to know if PHP will send hidden HTML form elements or not?...
for example: if a user makes a selection in my HTML form that triggers my wonderfully dynamic HTML to set a DIV to STYLE="DISPLAY:NONE", is it possible to tell PHP not to send the DIV's data if it's hidden (even-though there will be a "<?PHP" tag on that line)? or is true that the only real way around this to use the DOM method with Remove Child and Append Child?
for me, setting STYLE="DISPLAY:NONE" or STYLE="DISPLAY:BLOCK" is as easy as pie... but removing and appending children, well... that's a little confusing...
so what are my options?