Birdman

msg:961986 | 2:28 am on May 1, 2003 (gmt 0) |
Here's a couple of links for starters jon: A dynamic site in 2 minutes no special skills required [webmasterworld.com] Build your own Database Driven Website using PHP & MySQL [sitepoint.com]
|
Jon_King

msg:961987 | 3:11 am on May 1, 2003 (gmt 0) |
Seems to be a fine book (it's on the way). So Birdman, you feel PHP and MySql are the way to go?
|
ShawnR

msg:961988 | 4:07 am on May 1, 2003 (gmt 0) |
I know the question was addressed to Birdman, but I'll give my thoughts as well: >>>"...PHP and MySql are the way to go?..." It depends. You need to answer the following questions before you decide whether to go down the php route or the asp route:
- Do you generally favour open-source, unix solutions, or do you just love Microsoft solutions
- Where do you host? on a linux server or a Windows server? What facilities does your host have available?
- Are you more familiar with unix/perl, etc or are you more familiar with Windows Visual Basic, VBA, MS Access
Bottom line: there are zealots of one or the other, but I think they both have their pros & cons, and it depends on your skills, preferences, and customer's requirements Shawn
|
takagi

msg:961989 | 4:09 am on May 1, 2003 (gmt 0) |
| PHP and MySql are the way to go? |
| That depends also on your server/hosting company and on your programming skills. If you can use PHP and MySQL on your server and you know something about SQL (or you think you can easily learn the basics) I think that's the way to go.
|
grahamstewart

msg:961990 | 4:48 am on May 1, 2003 (gmt 0) |
And of course the big selling point is that an Apache/PHP/MySQL set up is free. ;)
|
Birdman

msg:961991 | 11:19 am on May 1, 2003 (gmt 0) |
>>it's on the way Man, I wasn't trying to get you to buy a book, but it should help you out alot. >>you feel PHP and MySql are the way to go? Personally, yes! I don't care for ASP and MS hosting is way expensive. What you get for the extra money, I don't know. To me, PHP is very easy to learn and it has built in MySQL functions to interact with your db. And, as graham noted, both are free and available on the majority of hosts servers.
|
griz_fan

msg:961992 | 6:15 pm on May 1, 2003 (gmt 0) |
I actually use both PHP and ASP. I have two personal sites, one in ASP and one in PHP, and at work we're an ASP shop. There is a lot to like about each. But, having said that, I usually recomend PHP to someone starting out with their first dynamic site. I've found that there are a lot more open-source PHP scripts available for you to use, you have a lot more options for web hosting, and PHP enjoys a slight advantage in online tutorials. I also really like using MySQL. With ASP, you typically either use the under-powered Access for your database, or the expensive SQL server.
|
|