Database-driven web sites using using Linux, Apache, MySQL, PHP, etc?
December 10, 2004 5:25 PM Subscribe
I know how to make database-driven web sites using Windows servers, Access, IIS, and ASP.
I want to learn how to do the same using Linux, Apache, MySQL, PHP, and... whatever you use instead of Access.
Where do I start?
posted by Mwongozi to computers & internet (18 answers total) 2 users marked this as a favorite
Step 1: Get an account on a linux host that supports LAMP (Linux, Apache, MySQL, PHP). (IE: Most decent web hosts nowadays.)
Step 2: Bookmark this page (PHP Documentation), and get to know this one (MySQL functions in PHP) especially well. This one (MySQL Documentation) will also solve some problems.
Step 3: Brush up on your SQL. This will help.
Step 4: Learn a bit of bash. This will help.
Step 5: Think of something you want to build, and go for it.
posted by cheaily at 5:40 PM on December 10, 2004