View Full Version : Looking for a starting point
chaserracer83
Mar 24, 2008, 08:24 PM
I have very little experience with web programming but am interested in making a database website. I am very good at creating databases with Access but am working on a mac. What program should I begin learning to use for making a database that would work well online? Also what program would you suggest using with the database to begin the web design?
Thank you,
Chase
Northwind_Dagas
Mar 25, 2008, 06:38 AM
What program should I begin learning to use for making a database that would work well online?
Many online databases make use of some form of SQL, very often MySQL. You can learn more about that here: MySQL :: The world's most popular open source database (http://www.mysql.com/)
As for accessing MySQL, I'm a fan of PHP. You can find out more about using PHP to access MySQL here: PHP: MySQL - Manual (http://www.php.net/mysql)
Good luck!
ScottGem
Mar 25, 2008, 06:58 AM
I would agree that My SQL is probably the best choice for your back end. Next best would be SQL Server.
I think Cold Fusion or just programming in ASP or PHP as the front end.
I am very good at creating databases with Access
Are you? Are all your databases normalized to at least 3NF?