
hai,this is swetha. i am having a problem in php.Actually i want to prepare a quiz that stores all questions in the mysql database.am having an admin panel,once the admin is authenticated,then he is allowed to view the data stored in the mysql database.in the mysql database,am having different questions in different test papers with testnames(like test1,test2,test3) and testids. now my problem is when i am viewing the database ,i can see only one question at a time. although i am inserting all the questions in the test1(testname),it is giving the output like this test1-----question [edit,delete], test1--------question2[edit,delete], test1--------question3[edit,delete], now i want all the questions to be displayed like this, test1 question1------[edit,delete] question2[edit,delete] question3[edit,delete]. so,can you suggest me please.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.