Jump to content

Access to unnamed form fields


dotkpay

Recommended Posts

Hello,

 

A named field in an html form e.g.

 

<input type="text" name="time"> is accessed as $_GET['time'] or $_POST['time'] by the processing script.

 

What about an unnamed field like the one below:

 

<input type="text" value="" id="1" />

 

How do I harvest this field's input as a variable from my php processing script?

 

Thanks in advance

Link to comment
https://forums.phpfreaks.com/topic/249265-access-to-unnamed-form-fields/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.