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
Moderator: General Moderators
-
u_dutta2001
- Forum Newbie
- Posts: 2
- Joined: Fri Jun 11, 2010 4:59 am
-
u_dutta2001
- Forum Newbie
- Posts: 2
- Joined: Fri Jun 11, 2010 4:59 am
Accessing table rows through button
pleaseee help me here....
-
internet-solution
- Forum Contributor
- Posts: 220
- Joined: Thu May 27, 2010 6:27 am
- Location: UK
Re: Accessing table rows through button
You have to be more specific (and clear) about what you need.