I Need to Learn

Discussion in 'PHP' started by PalSys, Sep 18, 2006.

  1. #1
    Alright guys, it's long past time that I took some time out to advance my knowledge of PHP.

    What I would like from you guys are recommendations on texts (electronic or otherwise) that will get me started. I'm not a complete noob, but assume I am for the purposes of my education :)

    Thanks in advance!
     
    PalSys, Sep 18, 2006 IP
  2. pcoptimized

    pcoptimized Peon

    Messages:
    193
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I like the books by wrox. They've been pretty thorough. phpfreaks.com is also an alright place to visit.
     
    pcoptimized, Sep 18, 2006 IP
  3. smatts9

    smatts9 Active Member

    Messages:
    1,089
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    88
    #3
    read tutorials, apply, repeat. ;)
     
    smatts9, Sep 18, 2006 IP
  4. PalSys

    PalSys palsys.io

    Messages:
    2,628
    Likes Received:
    224
    Best Answers:
    0
    Trophy Points:
    230
    #4
    I'm definitely leaning towards random tutorials rather then a one piece book. Thanks for the links, PHPFreaks.com will keep me busy for at least a couple of years :)
     
    PalSys, Sep 19, 2006 IP
  5. FLaKes

    FLaKes Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I am still a newbie, but I have learned php through an free online tutorial called phpinpictures. It was really easy, I finished it in about three hours, after that I started practicing more tutorials because they were easier for me to understand after I had read that other book.

    Remember, Practice Makes Perfect!! :)
     
    FLaKes, Sep 20, 2006 IP
  6. TwistMyArm

    TwistMyArm Peon

    Messages:
    931
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Another suggestion: find a decently written and open source PHP application. Install it then edit it.

    That's how I came up to speed with PHP: make a change and see what happens...
     
    TwistMyArm, Sep 20, 2006 IP
  7. iNod

    iNod Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    As Twisted said the whole downloading a open source script and modding it works wonderful.

    Books are a great source for a reminder and the writers are usually full of hints and tricks to help you learn. But unless you like reading a 400 page book and studing it than I suggest more "hands on".

    Learning Programmer is also helpful is you excell in math because they go one in one. But if you have ALOT of troubles I math I suggest you try to stay away as the basic rules for math (variables, functions, blah blah blah) are also the same for programming. Which is why most Computer Science courses require Calculus, Physics, and most of them require those to be above 80%.

    Um.. Oh.. And learning programming.. Any language.. PHP seems abit easier than many but it is still a programming. Takes time, for some people they want to get Be able to do it and NOW!.. You cannot think that way and need to be pacient in order to fully drasp the handle on programming.

    Alot more complex than most people seem that it is.

    Good Luck on your Road!

    - Steve
     
    iNod, Sep 20, 2006 IP
  8. wormser

    wormser Well-Known Member

    Messages:
    112
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    138
    #8
    I use Zend tutorials the most. PHP.net is good, but it can be a little technical.
     
    wormser, Sep 20, 2006 IP
  9. pcoptimized

    pcoptimized Peon

    Messages:
    193
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I third this motion. Also seems to go better when you have a special interest in the app your working on.
     
    pcoptimized, Sep 23, 2006 IP
  10. pkrumins

    pkrumins Well-Known Member

    Messages:
    74
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    128
    #10
    I don't recommend books for learning PHP. Just start coding something and search google groups and php manual for things you don't know. It will be the fastest way to learn it.
     
    pkrumins, Sep 23, 2006 IP
  11. rockinaway

    rockinaway Guest

    Best Answers:
    0
    #11
    I use SMF, and by editing the forum works, and with phpBB, I have learned alot.. It is good to just get an open-source application and editing.
     
    rockinaway, Sep 23, 2006 IP