Hello Onestar :-)
>What you want to do is not going to be to hard to do.
That's encouraging :-)
>- We need to turn this spreadsheet into a form from where the customers can submit orders.
>- My client should be able to upload the updated files themselves.
>I would save the excel file as cvs file and you can the upload the file using ftp or you could make a php upload program >to send the file to the server.
Yes, I have already downloaded a script form hotscripts.com and that should take care of this part of the project, should..
>Then you can write a php program to read in the cvs file and generate the form. This again would be pretty simple.
That's encouraging too to hear. I'm far from being proficient in php though. I know HOW thing should work, but I'm ages away from actually DOING it :-)
>However there is some more info you need to figure out. What are you going to do when the customers hit submit on
>the form?
>Is the form going to be emailed, saved to a text file or saved into a database.
Yes, a "normal" email will be all that is needed. It does not even need to be encrypted.
>Do you have to keep track of inventory at all?
No, the ordered items will be shipped directly by the supplier, so the inventory is being taken care of at that end.
>How do your customers pay, online with credit card or do they just get billed later?
Payments are handled offline through company accounts. No headaches for us here :-)
>Do you need to save all your customers into a database and do they need to login?
Yes, the form will be password protected. All registered customers will receive a login/password combo. I already have that part ready to go in Perl. Pretty neat little thing I'll gladly pass on to you if you are interested.
>What is your knowledge of php and mysql?
Very, I mean VERY rudimentary. I just started out learning php two days ago and am on page 30something on the Visual Quickstart Guide. I just never needed it up to now .... However I can install and alter Perl scripts and make whole shopping cart systems work. I guess installing scripts and altering them if I have instructions on how to do it won't be a problem. Writing anything myself IS not realistic at this point.
>Creating the form will be the easy part if you are going to get into selling stuff and taking money online then you have
>some more work to do.
So what do you suggest to do next?
Thanks for your help and I'm looking forward to the next round :-)
:: doris
Main Topics
Browse All Topics





by: onestarPosted on 2003-09-30 at 21:18:52ID: 9463686
What you want to do is not going to be to hard to do.
- We need to turn this spreadsheet into a form from where the customers can submit orders.
- My client should be able to upload the updated files themselves.
I would save the excel file as cvs file and you can the upload the file using ftp or you could make a php upload program to send the file to the server.
Then you can write a php program to read in the cvs file and generate the form. This again would be pretty simple.
However there is some more info you need to figure out. What are you going to do when the customers hit submit on the form?
Is the form going to be emailed, saved to a text file or saved into a database.
Do you have to keep track of inventory at all?
How do your customers pay, online with credit card or do they just get billed later?
Do you need to save all your customers into a database and do they need to login?
What is your knowledge of php and mysql?
Creating the form will be the easy part if you are going to get into selling stuff and taking money online then you have some more work to do.
Onestar