mansur86 Posted February 12, 2009 Share Posted February 12, 2009 Hi all.. members here... Just want ask how to develop a simple membership system, that's contain admin and user.. user able to register on system, and answer simple questionaires (radio button) and get graphical result.. example scenario: 1) User answers 5 questions which has 4 choice each... 2) first choice is 25 score, 2nd choice --> 50 score, 3rd choice -->75 score, 4th choice --> 100 score 3) Final result will total of 5 questions --> graphical result (according to range of total score) ie: total1-->1.jpg or total2-->2.jpg or total3 --> 3.jpg Please anybody help me brief explanation about this... TQ in advance... Link to comment https://forums.phpfreaks.com/topic/144969-how-to-simple-survey-system-resulting-graphic-results/ Share on other sites More sharing options...
Q695 Posted February 12, 2009 Share Posted February 12, 2009 This looks quite a bit like a project. What is the budget you have available to spend on it? Link to comment https://forums.phpfreaks.com/topic/144969-how-to-simple-survey-system-resulting-graphic-results/#findComment-760713 Share on other sites More sharing options...
mansur86 Posted February 12, 2009 Author Share Posted February 12, 2009 yes.. actually this my assignment... they give 1 month to finish the system. now already 1 week.. rest another 3 weeks to finish... I familiar with design web using css and add javascript functions enhance usability.. but programming quite new to me... i have basic knowledge about the creating & connecting database... Link to comment https://forums.phpfreaks.com/topic/144969-how-to-simple-survey-system-resulting-graphic-results/#findComment-760720 Share on other sites More sharing options...
Q695 Posted February 13, 2009 Share Posted February 13, 2009 This could be done in about 5 hours. When data is submitted into a form variables are: $var_name=$_GET[var_name]; $var_name=$_POST[var_name]; Google the rest that you need to do like switch Link to comment https://forums.phpfreaks.com/topic/144969-how-to-simple-survey-system-resulting-graphic-results/#findComment-761061 Share on other sites More sharing options...
mansur86 Posted February 15, 2009 Author Share Posted February 15, 2009 Sorry for late reply... I will try do this... if got any problem I will ask here.. TQ.. Link to comment https://forums.phpfreaks.com/topic/144969-how-to-simple-survey-system-resulting-graphic-results/#findComment-762639 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.