Hello Steve,

AFAIK, form elements are sent in the order they appear on a page,
meaning that the topmost will be sent first.

When using GET method you can just parse QUERY_STRING.
If you are using POST method, you will have to parse RAW_POST_DATA.
But in PHP $_GET and $_POST array are populated in that order already.
So you can just tarverse $_POST and $_GET arrays using foreach() - the
order key=>value pairs will popup will be the order they are positioned on the 
original web-page.

Monday, February 03, 2003, 11:12:41 PM, you wrote:

SM> Does anyone know how to detect the position of submitted form elements on a
SM> webpage? I know that submit buttons or images will send x,y coordinates, but
SM> what about text boxes, checkboxes, etc? I am trying to extract this info
SM> from submitted forms. Any thoughts would be helpful and appreciated.

SM> steve miller 

-- 
Best regards,
 German                            mailto:[EMAIL PROTECTED]
 ICQ:48533867



____ • The WDVL Discussion List from WDVL.COM • ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to