hi guys i have a website, with a relevant amount of traffic where people fill out a form, how easy is it to create a database to capture that information and store it on my server? thanks Mark
Well Mark, an easy solution would be: 1.- Structurate your data in a relational schema 2.- Create a MySQL Server database with that schema 3.- Use your server side language(like PHP) to query a simple insert This is an easy solution and you could apply it in a LAMP server, but it realy depends on the type of data and the purpose. Hope it helps.
CG01 provided you the right steps to save the data to database. You can find several online tutorials to achieve this, you just need to Google that. One of the such tutorials is http://www.html-form-guide.com/php-form/php-form-processing.html