Page 1 of 1

Accessing table rows through button

Posted: Fri Jun 11, 2010 5:18 am
by u_dutta2001
im developing this quiz app.
i hav a table with fields, ques_id, ques, creator.
i want to display the questions from the table in a page. im using the <input type="submit" name="action" value="Answer" /> to create the button. and to accept the value i have created a switch case, which will do the work according to the value of $_REQUEST['action'] variable.
im need help regarding the code that will fetch the questions in a table in the page.
Please help me...

Accessing table rows through button

Posted: Fri Jun 11, 2010 11:10 pm
by u_dutta2001
pleaseee help me here....

Re: Accessing table rows through button

Posted: Sat Jun 12, 2010 4:45 pm
by internet-solution
You have to be more specific (and clear) about what you need.