View Full Version : Creating a form and saving it to a database
aleandro
07-10-2007, 10:49 PM
So i am trying to create an alumni contact list for my web page. I want to create a form which a user could fill out and then send to a database after he presses submit. How would I go about doing that. What would it require? PHP? Python?
_Aerospace_Eng_
07-10-2007, 11:09 PM
PHP/Mysql would probably be better to use as we have a forum that usually has more members in it than the python forum. Judging from your question though you likely don't know php or mysql. Looks like you have a big learning curve ahead of you. First learn how to post a form. Once you do that learn how to connect to a mysql database. You should also learn how to insert into a database. Hint: insert is the keyword you are looking for.
aleandro
07-10-2007, 11:11 PM
PHP/Mysql would probably be better to use as we have a forum that usually has more members in it than the python forum. Judging from your question though you likely don't know php or mysql. Looks like you have a big learning curve ahead of you. First learn how to post a form. Once you do that learn how to connect to a mysql database. You should also learn how to insert into a database. Hint: insert is the keyword you are looking for.
Thank you very much for the help
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.