> Hi, I've created an MCQ interface with submit buttons. The page is in PHP but Im not too sure how to reference the q

Hi, I've created an MCQ interface with submit buttons. The page is in PHP but Im not too sure how to reference the q

Posted at: 2014-12-18 
If you are sending it with a post method you should be able to get the data with $Value1 = $_Post["Name of The Element Goes Here"];

You must include the name attribute in the element.