Jump to content

how to retrieve the "caption" of a radio button ?


jazzbach

Recommended Posts

Hi.

 

I'm trying to make a little multiple answer exam generator and what I'd like to do is to retrieve the "caption" of a radio button from a form within an html file with PHP. I've managed to retrieve its value (0, 1, etc...) but,  how can I "save" the answer itself (the text the radio button has) ?

 

In addition to the question above, how can I retrieve the text within a <p></p> tag ?? (that is the question text and I need to retrieve it as well) ??

 

Thanks in advance !!!

If you want to write good PHP scripts, you really need to learn how to use HTML. Hidden fields are defined in your form

<input name="fieldname" type="hidden" value="value you want to see in your script">

 

Ken

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.