kandsvs Posted May 12, 2010 Share Posted May 12, 2010 need help, php not my thing. if someone could help me or show me how, to have a visitor [not logged in to my site] fill out a form, and when they submit ti would save to a mysql - and then post to a page inside the website [for logged in users, or paying users] in some kind of BB looking format, or a list. can this be done?? Thanks in advance.. Quote Link to comment https://forums.phpfreaks.com/topic/201455-form-post-to-mysql-and-then-to-permenant-list-on-specific-url/ Share on other sites More sharing options...
freelance84 Posted May 12, 2010 Share Posted May 12, 2010 fill out a form, and when they submit ti would save to a mysql To answer this is insanely difficult, I wouldn't know where to begin on the info given. It would be a case of spending a month with a good php/mysql book and learning. Or, if you are looking for someone to write this for you maybe you should think about paying someone. It is quite simple php/mysql stuff you are asking for, i've spent the last month and half learning it all from books and can quite confidently say yes it's possible, no its not very hard, but it takes a bit of time. Quote Link to comment https://forums.phpfreaks.com/topic/201455-form-post-to-mysql-and-then-to-permenant-list-on-specific-url/#findComment-1057002 Share on other sites More sharing options...
kandsvs Posted May 12, 2010 Author Share Posted May 12, 2010 I wouldnt mind paying for it. i think you are right i have done some reading and some basic learning. Time is more of an essence for me right now. Would you have any idea how mush that would be worth, and possibly anyone who could do it? Quote Link to comment https://forums.phpfreaks.com/topic/201455-form-post-to-mysql-and-then-to-permenant-list-on-specific-url/#findComment-1057087 Share on other sites More sharing options...
Muddy_Funster Posted May 12, 2010 Share Posted May 12, 2010 fill out a form, and when they submit ti would save to a mysql no problem, most of the people here could write that for you in about 10minutes (assuming you have a database and know the details). Doing it right with proper validation and error checking would take a good bit longer and would depend on the number of fields in the form and how secure you wanted it. - and then post to a page inside the website [for logged in users, or paying users] in some kind of BB looking format, or a list. Again, not a massive task, you will just need to elaborate as to whether you want the information hard writen into the html page code or if you want it to use a a lookup to the database to display. Summary - Yes it is possable, and it can be as easy or hard as you want to make it. Quote Link to comment https://forums.phpfreaks.com/topic/201455-form-post-to-mysql-and-then-to-permenant-list-on-specific-url/#findComment-1057107 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.