PerHaPs SeQuentiaLly?
May 4, 2008 5:45 AM
Subscribe
Which version of PHP should I start to learn, and how? I know HTML and CSS, and intend to build with Drupal (or similar) and its many extensions.
I've decided to start learning PHP, and I'd like to do it right. My end goal, for this initial project, is to ultimately build a Metafilter-like site with PHP and MySQL, perhaps with something like Drupal on top of it. I'd like to have a strong sense - if not a complete understanding - of each layer of the process, but I need some direction.
I do well with books and videos (rather than pdfs or websites), but in browsing Amazon, I realize I don't know if should be reading about PHP 5 or 6 - as I expect most of the modules I'll want are only 5-friendly. Any advice? Are there specific Dummies, and Dummies-like books you can recommend? Ideally, it will also cover MySQL. I'm also open to books on Drupal, if they're any good. Does anyone have feedback on the Lynda videos?
So:
Learn PHP 5 or 6?
How?
Finally, a bonus question: I'm certainly going to have many questions going forward - from installation right on. Can you recommend a good resource for someone at my level? I know there is certainly no dearth of forums (fora?), but I'm looking for the BEST one to devote myself to and invest in.
(I have spent days looking through previous threads - they do exist, but they're either old or not exactly on-target).
posted by prophetsearcher to computers & internet (12 comments total)
7 users marked this as a favorite
If windows WAMP pretty good.
If linux you can apt get the packages pretty easily anyway.
I'd probably dev in 5, cause you know your hosting company will support it. Nothing worse than functionality that relies on a module your host doesn't support. Keep an eye on 6.
PHP Builder is probably the granddaddy of PHP resource sites.
You will want to do the PHP tutorial, and the PHP Manual is indispensable.
Good luck
posted by mattoxic at 6:22 AM on May 4, 2008