MyraFletcher Posted October 23, 2014 Share Posted October 23, 2014 I have a website with a membership script in PHP, on the registration page it asks questions such as name, address, business etc. and some of these fields need to be multip selections, there is also an account page where these fields can be changed as things change. I cannot get the multiple selections to save, they do not go to the database and are not there when you go to the account page. I am attaching my registration.php page the account.php page and the class_user.php is available if needed it wouldn't let me attach all 3 account.php register.php Quote Link to comment Share on other sites More sharing options...
MyraFletcher Posted October 23, 2014 Author Share Posted October 23, 2014 here is the other file class_user.php Quote Link to comment Share on other sites More sharing options...
jcbones Posted October 23, 2014 Share Posted October 23, 2014 I really wish they would disable the attachments on the forum. Some of us are on our mobiles, and are not going to download scripts. It just isn't feasible. You can post these scripts via copy/paste. Quote Link to comment Share on other sites More sharing options...
MyraFletcher Posted October 23, 2014 Author Share Posted October 23, 2014 The codes are very long I didn't want to take up too much of the board's space, I am new here not used to the rules, and a complete newbie at PHP. If it helps I posted the codes here: http://stackoverflow.com/questions/26534766/how-to-set-up-php-membership-script Quote Link to comment Share on other sites More sharing options...
jcbones Posted October 23, 2014 Share Posted October 23, 2014 It isn't a rule that you post the code, it just helps you get help faster. I'll look, and get back to you. Quote Link to comment Share on other sites More sharing options...
jcbones Posted October 23, 2014 Share Posted October 23, 2014 (edited) There really isn't enough there top help you. There are only portions, and an arbitrary insert method, that only leaves more questions than it answers. You need to post the query handling at least. You can post code inside of [ code ][/code ] tags. Edited October 23, 2014 by jcbones Quote Link to comment Share on other sites More sharing options...
ginerjm Posted October 23, 2014 Share Posted October 23, 2014 The point is that you DON"T post the entire code. You do your own debugging and when you can't solve the problem you post the PART of the code that you believe is the cause of your problem. Since you know your code this should not be a huge problem. Of course, if you didn't write the code..... Quote Link to comment Share on other sites More sharing options...
MyraFletcher Posted October 24, 2014 Author Share Posted October 24, 2014 Sorry I thought I said that already, no I did not write this code I purchased it, and yes I have tried their tech support to no avail. I thought I did post all of the relevant code so that tells you how out of my league I am here Quote Link to comment Share on other sites More sharing options...
ginerjm Posted October 24, 2014 Share Posted October 24, 2014 You bought some code with no guarantee of support? Quote Link to comment Share on other sites More sharing options...
mac_gyver Posted October 24, 2014 Share Posted October 24, 2014 we are not here to fix or change your code for you. we are here to help you when you try to fix or change your code. since you didn't write this code, moving thread to the 3rd party forum section. Quote Link to comment Share on other sites More sharing options...
MyraFletcher Posted October 24, 2014 Author Share Posted October 24, 2014 Thank you for putting the question in the appropriate place I apologize for that. I bought the code which came with limited tech support, I have added all of the extra fields myself and they are all functional with the exception of the multiple options. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.