alexia 0 Report post Posted April 14, 2005 Hi every onei want to know where can i find php Lan ( online Exam )i want to make online exam for my student but i dont know what is good Cms for that ?i need ::1 - admin area2 - student ID and password3 - logsi need cms i want students login with id and passwords and answers my question and then i told them whats numer and show them true answerbut freedo you know where can i find this kind of php cmsi havenot time to write php code thx any way Share this post Link to post Share on other sites
mobious 0 Report post Posted April 16, 2005 just an advise, if you don't have time to write your own script and it is REALLY HARD to find. go get a professional. Share this post Link to post Share on other sites
alexia 0 Report post Posted April 25, 2005 oh thanksi write this cms and i want to show how write this kind of cms with Flatfile i have 10 questions and 30 answers for user choisefor this workfirst i write one php file and 40 flatfile and theni write in php file to read questions and answer (for show) by include its easy and fast reading from files okthen i write another php file admin.php to write 10 questions and answers to 40 flatfile oh my god its very hard for this work i put one form with 40 textbox and then one of one this text box must post to one flat file (when i submit form)for contact user form of answer i work in index file one mail sender to send answers to my Email and then i can take good number or bad number for users its easyand fast one of my big problem is i dont know how to work with my sql db i think its not good and i try to learn that if you what source of my Exam Cms post here to i copying and paste here for your learn Share this post Link to post Share on other sites
Newton 0 Report post Posted April 29, 2005 As luck would have it, I wrote such a system about 2 years ago for my sisters school. They didn't use it eventually because of licensing issues. (I know it sounds stupid but they wanted to charge students for every exam while I made the system for them for free. And they didn't want to pay me either.)Anyways, using flat files for such a system would not only compound your problems it would be literally impossible to debug such a system if something went wrong. Using MySQL would be the easiest way to do it. To learn mysql just google for it, theres gazillions of tutorials available out there.I'm not sure if I can help you much with the flat file system but if you decide to do a MySQL based system, drop me a PM. Share this post Link to post Share on other sites