I have a web app that is forms intensive. These forms have a number
of dropdown lists, check box, etc., each which requires additional
processing, db calls, etc. On an item changed, I post back the form
and set a hidden field to tell PHP what changed so it knows what to
process.
Is there a preferred way to handle this type of forms processing? My
screen is a mix of hidden vars., Javascript, etc. which works but it
messy!
I guess I am looking for a web site of book on "The Zen" of php! Eg.
not so much how but how AND why.
Thanks
of dropdown lists, check box, etc., each which requires additional
processing, db calls, etc. On an item changed, I post back the form
and set a hidden field to tell PHP what changed so it knows what to
process.
Is there a preferred way to handle this type of forms processing? My
screen is a mix of hidden vars., Javascript, etc. which works but it
messy!
I guess I am looking for a web site of book on "The Zen" of php! Eg.
not so much how but how AND why.
Thanks
Comment