On Wed, Dec 14, 2011 at 3:11 PM, Stephen Russell <[email protected]> wrote: > I have a friend trying to do this and I have no idea how to do it in PHP.
Not sure what you mean by "scrape", but if that means gather the contents of them, this is extremely easy. When a "submit" is executed, usually by a button, all of the contents of all of the controls are in an array called _POST. So, you gather the value of a specific control like: _POST['txtLeftHandedToenail'] Or you spin through the Post array with a foreach command. Ken _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/CAFyV=LnQo0eBz0DKiuiDOxuVNndjj3=+d1_Syy=vtx62--a...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

