Hi there people of webmaster world,
I have a problem which with my coffee pot empty I can't fathom!
I have two submit buttons on a form (preview & send) I want to know that if preview is set, is there a way to tell if the rest of the array is empty apart from the ['submit'] =>"preview" key.
Hope that makes sense, I know I can do it just by naming each element and checking to see if it is empty, but that just seems long winded to me.
would: array_walk($_POST, 'isset'); be in the right area?
Any suggestions appreciated...
Right off for the coffee pot!
Cheers,
MRb