PHP/MySQL Help - User Login - Questionnaire Submit - Questionnaire Review

Soldato
Joined
18 Oct 2003
Posts
19,415
Location
Midlands
Hello chaps,

Well, ive discovered one of my practical third year uni tasks early and im going to get set learning and developing for it.

Ive got a great basic site framework for the system, but im really useless at PHP. What would be the best resource to getting started with this? Would it be best to buy a book on PHP/MySQL or can i get away with web tutorials.

Basically, each course at our uni has an anonymous paper evaluation at the end. This practical is the mock electronic equivalent. So i will need a student user login, with sessions i presume, so that users can submit questionnaires for their courses and that these are traceable but the students are not individually identifiable, and a lecturer login so they can review the results submitted for different courses.

Im not asking for help with the integrity/accountability etc for the solution at the moment, but basically for creating such a system with PHP/MySQL and if there are any great resources out there you would recommend for learning such coding?
 
www.tizag.com is where I learnt a fair bit of PHP, to begin with definitely.

Once I had the basics I started googling for tutorials for specific things such as "php login using mysql" and "php forms" etc

Get the basics under your belt using w3schools and tizag then just go for tutorials around the net! I have 2 PHP books but never read them as I ended up just using google as it was quicker and easier than having to hold the page open whilst typing!
 
Back
Top Bottom