H
Harvey Waxman
I thought this would be pretty simple. I was wrong.
I'd like visitors to my website to be able to enter their name (or some
unique information) and view a record pertaining to the data they
entered.
I have a csv file with the first record consisting of column headings.
It has 10884 records.
Can someone outline the steps I need to go through to implement this?
Like:
1. upload the file
2. create the html for the input.
3. send the input to access the file
4. display the requested information
Do I need scripts to handle the transfer? Is there a really basic
tutorial you can recommend?
I'd like visitors to my website to be able to enter their name (or some
unique information) and view a record pertaining to the data they
entered.
I have a csv file with the first record consisting of column headings.
It has 10884 records.
Can someone outline the steps I need to go through to implement this?
Like:
1. upload the file
2. create the html for the input.
3. send the input to access the file
4. display the requested information
Do I need scripts to handle the transfer? Is there a really basic
tutorial you can recommend?