Accessing table rows through button

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
u_dutta2001
Forum Newbie
Posts: 2
Joined: Fri Jun 11, 2010 4:59 am

Accessing table rows through button

Post 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...
u_dutta2001
Forum Newbie
Posts: 2
Joined: Fri Jun 11, 2010 4:59 am

Accessing table rows through button

Post by u_dutta2001 »

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

Post by internet-solution »

You have to be more specific (and clear) about what you need.
Post Reply