danieljohns
06-27-2008, 08:40 AM
hi everyone,
i need help in setting up my website. i will be using a linux based server with the following specs:
Apache: 2.0
PHP: 5.2
CGI: Perl: 5.8.5
Curl: 7.12
MySQL: 5.0
Python: 2.3.4
i am looking to incorporate a form into my website to request info like: name, address, phone number, etc.
there will be hundreds of people entering data into the website, and what i want to do is to take this form data and somehow export this to an excel spreadsheet (or equivalent database) with all the names in one column (in alphabetical order).....and all the addresses, phone numbers, etc in the other columns NEXT TO the corresponding name.
this excel sheet would need to be produced on a daily basis, and people would be entering new data over a period of a couple of months
i would appreciate any help in achieving the above. i have used Dreamweaver cs3 to already make the website and form itself. I need help in getting the data from the form into the database, and the processing of the data. Thanks in advance
i need help in setting up my website. i will be using a linux based server with the following specs:
Apache: 2.0
PHP: 5.2
CGI: Perl: 5.8.5
Curl: 7.12
MySQL: 5.0
Python: 2.3.4
i am looking to incorporate a form into my website to request info like: name, address, phone number, etc.
there will be hundreds of people entering data into the website, and what i want to do is to take this form data and somehow export this to an excel spreadsheet (or equivalent database) with all the names in one column (in alphabetical order).....and all the addresses, phone numbers, etc in the other columns NEXT TO the corresponding name.
this excel sheet would need to be produced on a daily basis, and people would be entering new data over a period of a couple of months
i would appreciate any help in achieving the above. i have used Dreamweaver cs3 to already make the website and form itself. I need help in getting the data from the form into the database, and the processing of the data. Thanks in advance