juniorek9 Posted December 10, 2010 Share Posted December 10, 2010 Hi all I`m trying to build simple quesdtionnaire with few questions and answers. i would like use arrays to do it. however i cannot figure out what is wrong with a bit i wrote thanks for help [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/221236-questionnaire/ Share on other sites More sharing options...
MMDE Posted December 10, 2010 Share Posted December 10, 2010 You should turn on errors. $_post is wrong $_POST is correct your code, it seems it won't do anything unless you actually give it some POST data, which I don't see where would come from. I kind of get what you want to do, but I don't understand how you wanted to do this. (with other words, explain) You miss the form tags too. I don't believe that is all the code, so where if so is the rest? =P Link to comment https://forums.phpfreaks.com/topic/221236-questionnaire/#findComment-1145453 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.