Don't I feel like a dolt?
This would answer my question at http://vbforums.com/showthread.php?s=&threadid=231353 , but how do you execute it? Please give an example.
Quote:
Yes, if the name and value attributes have been set then those values associated with the button clicked will be passed. The only downside to this is that the value is also used for the button's label.
I can live with this. But I cannot seem to access the value. Can they all be named the same?
edit=val1
edit=val2
edit=val3
Test for $edit == ?
or different names
edit1=val1
edit2=val1
edit3=val1
Test for $editN == not null ??? (but won't they all have values?)
I'm not accessing $edit under PHP (but I'm a newb). I think foreach will give me a value since they all have the value of their row once it is in the html form, {like you "for (keys ..." statement}.