I’m new here and I need to create a few WebPages. It’s for users to enter data into and the data is stored into a database, Could some one tell me where I would start on a project like this.
I am having trouble choosing a host, I think it’s because I haven’t decided on what I am going to need for this project.
You need a host that offers a server side language and a database like PHP and MySQL.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
You want to use Microsoft Access databases, check out www.aspin.com for some tutorials, or maybe even www.tizag.com, that has some simple to follow ones.
good luck
No, you don't want to use the Jet database. Look for a host that provides ASP and SQL Server.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
I would program it on my machine then deploy it to the production host.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
You have to design the database and configure it on the database server provided by your host. You then have to load data into it, which might be interactive item-at-a-time or might be through importing an uploaded file.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." Brian W. Kernighan
Bookmarks