I hope this post doesn't get lost in the replies... :/
I have about the same question...See, I need to make a form and possibly database online. Very extensive. Big big project.
This form must:
- have the ability to alter different entries based on the information put into one. For example, the "Customer Name" field must alter the "Company Name" and "Company Address" fields.
- fill out different pages that can be printed off.
In addition, if at all possible, I would like to:
- be able to create a separate "array" document (or perhaps a database) so that I don't have to clutter up my main page with a bunch of information. I won't be the last person working on this, and I want to make it as user friendly as possible. (would also like to find a way to have these arrays update themselves. I want the user to be able to enter new information without any problem, and then I don't want to have to go in and manually change things.)
- be able to store the data in the form before allowing it to be printed off as different pages.
Now, C#, VB.NET, PHP, and ASP have all been reccommended to me for this project, but...I wasn't quite this specific when I asked, and I'm afraid that I'm asking too many questions on my other forum... :P
As it stands, I plan to try to use PHP certainly (since, from what I can remember of Perl (which, as far as I know, is PHP's little sister) these database-ish things can be accomplished using this) and perhaps C# (if I can't do everything I need/want to using PHP alone). I'm just looking for information regarding whether these languages will be effective, if there are better languages for what I'm trying to do, and any other advice, really...You know, any advice other than "Hire somebody", 'cuz I'm too stubborn for that :mrgreen:
Thank you!!!