1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What's the best way to learn php?

Discussion in 'PHP' started by PoohBear88, Jul 12, 2007.

  1. #1
    What's the best AND fastest way to learn PHP? I'm pretty fluent with HTML. I'm itching to learn.


    Thanks
     
    PoohBear88, Jul 12, 2007 IP
  2. WebGeek182

    WebGeek182 Active Member

    Messages:
    510
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    95
    #2
    You'll have fun with PHP...I recommend O'Reilly books on PHP...probably should start with "Learning PHP 5"...you can pick it up just about anywhere...Barnes & Noble, Amazon, etc.
     
    WebGeek182, Jul 12, 2007 IP
  3. hss

    hss Peon

    Messages:
    57
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You could also read php help from php.net where all details of php coding are explained. There are also a lot of online tutorials on many websites.
     
    hss, Jul 12, 2007 IP
  4. leede

    leede Guest

    Messages:
    3,381
    Likes Received:
    128
    Best Answers:
    0
    Trophy Points:
    0
    #4
    get an free e-book from internet and read it:)
     
    leede, Jul 12, 2007 IP
  5. WebGeek182

    WebGeek182 Active Member

    Messages:
    510
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    95
    #5
    Agreed...php.net is a must.
     
    WebGeek182, Jul 13, 2007 IP
  6. Brewster

    Brewster Active Member

    Messages:
    489
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    60
    #6
    As well as the excellent suggestions already mentioned, I would recommend heading over to sourceforge, downloading some php projects and having a look at the code.

    Brew
     
    Brewster, Jul 13, 2007 IP
  7. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #7
    the best and quickest way to learn is by doing it. pick up a book or two and visit www.php.net/manual as often as you can.
     
    ansi, Jul 13, 2007 IP
  8. jalte

    jalte Peon

    Messages:
    51
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Agree. To most effective method so far for me. :D
     
    jalte, Jul 13, 2007 IP
  9. ecentricNick

    ecentricNick Peon

    Messages:
    351
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I second all of that...

    1) Get a book on PHP and another on MySql, probably one on Linux (or whatever server O/S you choose). They are all kind of interdependent.

    2) Start doing it - pick a project and go for it. You learn so much more trying to do something you're passionate about than you will from written exercises.

    3) Use php.net as your reference. You don't need to remember what every function does, or the order of the parameters as php.net is always there as a reminder.

    The approach to learning PHP is no different to any other language. Read up on the fundamentals (especially if you've never done server side programming before), then do your first "hello world" application, and then start progressing through more advanced concepts.
     
    ecentricNick, Jul 13, 2007 IP
  10. nabil_kadimi

    nabil_kadimi Well-Known Member

    Messages:
    1,065
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    195
    #10
    nabil_kadimi, Jul 13, 2007 IP
  11. pfek

    pfek Member

    Messages:
    98
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    45
    #11
    Hi

    To learn PHP I suggest, as others, to get a book or at least a big documentation that would explain all the syntax and the basic stuff of php.

    Then you should start a little project, something that has already been made, because you will be able to get source code exemples and references.

    I learnt php in classes and that's the way we were proceeding, learning theorical stuff and then going to practical as soon as possible.
     
    pfek, Jul 13, 2007 IP
  12. MMJ

    MMJ Guest

    Messages:
    460
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Code, check php.net, repeat.

    'Nuff said. :)
     
    MMJ, Jul 13, 2007 IP
  13. kajol

    kajol Well-Known Member

    Messages:
    523
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #13
    w3schools.com/php/default.asp
    hudzilla.org/phpwiki/index.php?title=Main_Page
    devzone.zend.com/tag/PHP101
     
    kajol, Jul 13, 2007 IP
  14. coderlinks

    coderlinks Peon

    Messages:
    282
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Cool sites kajol :D . I know its not who you say you are but stil .. :) . I used the w3schools site myself for learning many things.

    IMO, the best way to learn PHP is to use it. Get an idea. Try to implement it. If you need to use some function just look it up in php.net .

    http://www.php.net/functionname

    My first app was a sort of a CMS. It sucked really bad!! :D, but it was good practice.

    ~
    Thomas
     
    coderlinks, Jul 14, 2007 IP
  15. Bishop81

    Bishop81 Peon

    Messages:
    757
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #15
    http://www.w3schools.com/php/default.asp
     
    Bishop81, Jul 14, 2007 IP
  16. websule

    websule Peon

    Messages:
    73
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #16
    http://www.tizag.com/phpT/ is kool.
     
    websule, Jul 15, 2007 IP
  17. kip

    kip Notable Member

    Messages:
    1,511
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    205
    #17
    well, i learned A LOT from www.vtc.com, gives you like 11 hours of videos on any subject you want. and it's only like $30/mo
     
    kip, Jul 15, 2007 IP
  18. karmaa

    karmaa Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    I have been coding the procedural way. Thinking of learning a framework but I don't know what and how to start. Any suggestions will be appreciated
     
    karmaa, Apr 20, 2011 IP
  19. salmanshafiq

    salmanshafiq Well-Known Member

    Messages:
    260
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    128
    #19
    You can learn the basic php from http://www.w3schools.com/ then you can find the best PHP tutorials and best way is learn though tutorials.
     
    salmanshafiq, Apr 20, 2011 IP