Accessing table rows through button
Posted: Fri Jun 11, 2010 5:18 am
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...
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...