I was hoping some of you web programming savvy types can advise me some on server side programming. It has been a while since my days of C++ in college and I never really got too much into making websites, but I have a need to create one to help streamline my quoting process.
I need to allow a client to submit a request for quote (and all applicable information) into a web form - have the info stored in a database - then recalled in a new format.
I realize this should be relatively trivial so hopefully there is some sort of template/starting point you can recommend for me. I don't know what the best language to use is (php, python, ruby, etc) nor which database type is most universal.
Thoughts?
I need to allow a client to submit a request for quote (and all applicable information) into a web form - have the info stored in a database - then recalled in a new format.
I realize this should be relatively trivial so hopefully there is some sort of template/starting point you can recommend for me. I don't know what the best language to use is (php, python, ruby, etc) nor which database type is most universal.
Thoughts?
Comment