[urgent] help quize project[php]

hacks

Regular Member
Joined
Apr 15, 2009
Messages
347
Reaction score
131
i am making a project and i need some thing coz i am starter in Php so i just need some source code on this project.

NOTE: i will re-modify. I wont use same version which will be shared here.


ok here is my details:

I need randomized quiz for each user and in the admin part the administrator can manage questions like insert ,delete,update and he can also manage the users .

i did not know where to start so ...
 
go to something like hotscripts, find a free version of something similar and hack the code up to work. That's what I do.
 
Ok forgive me if I am being overly simple (I am just a PHP hack myself)... but you need to start with a mysql database... you will need a table for users and a table for questions/answers (forgive me as I am no security expert so you may want users in a separate database)... I would then work on connecting to your database via script and working on an insert form, update form, etc. Let me know if that can get you started. I have example scripts I could write but not sure if I can post PHP script in a reply.
 
Ok forgive me if I am being overly simple (I am just a PHP hack myself)... but you need to start with a mysql database... you will need a table for users and a table for questions/answers (forgive me as I am no security expert so you may want users in a separate database)... I would then work on connecting to your database via script and working on an insert form, update form, etc. Let me know if that can get you started. I have example scripts I could write but not sure if I can post PHP script in a reply.

exactly what doctor ordered.....
can u link all the file in My pm with ur results.

i need to check that out. Coz its similar to one of my Project... Let me see .

Vough if that works.....
 
Back
Top