Posted by Paul Lautman on 02/28/06 13:57
Hi y'all,
is there anyway that I can get the <LABEL for=... data from a form in PHP.
For example, if I have
<label for="name">Full name</label><br>
<input type="text" size="40" name="name" id="name"></p>
Can I get the fact that the label for "name" is "Full name"
TIA
Regards
Paul
Navigation:
[Reply to this message]
|