Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: How do I learn php ?

  1. #11
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Tizag's tutorials are pretty poor, too. If you follow them or the W3Schools tutorial, be sure to cross-reference them with my list of common coding errors, linked from my signature. Hopefully you shouldn't miss too many if you do that. The official PHP tutorial isn't bad.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  2. #12
    Join Date
    Apr 2008
    Location
    Limoges, France
    Posts
    395
    Thanks
    13
    Thanked 61 Times in 61 Posts

    Default

    Visual Quickpro Guide

    "PHP 6 AND MYSQL 5"

    by Larry Ullman

    I have been through this book cover to cover. I highly recommend it.

    You do not need PHP 6 to use it.

    It has practical examples and all the code works as advertised.

    After you get through this book, start learning the Object Oriented PHP stuff ASAP.

    I am starting to look at other languages and OOP is definitely the way to go.

    PHP might not be the best language to learn first.

    If I had it to do over again, I would have learned javascript first, then probably Python instead of PHP, but, if you already have a decent understanding of PHP, keep learning.

    As far as a project goes. You should try to build a "Contact Form" that will allow visitors to your site to enter their name, email address, and a message, then have all of that information sent to your email address. Be sure to focus on validating the information that the user submits to your form.

    Next do a log in system. Then add a MySQL database to store the user names and passwords.

    You definitely need to find some practical stuff and make it work. That's how you'll learn.

  3. #13
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    If it's programming in general you want to learn, then I recommend you this post I made in response to similar questions about Java: http://dynamicdrive.com/forums/showp...postcount=1337 (and I do recommend you do this at some point in the future, even if you need PHP right now — you won't be a decent programmer until you do).
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #14
    Join Date
    Apr 2008
    Location
    Limoges, France
    Posts
    395
    Thanks
    13
    Thanked 61 Times in 61 Posts

    Default

    Twey gives very very good advice.

    I have read his post and agree 100%.

    Because of him I have read the SICP book and am on my way to becoming a great programer.

    If any of you guys are serious about programming, follow Twey's advice.

    Thanks again Twey.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •