Where did you learn php?

Discussion in 'PHP' started by tercede, Apr 23, 2007.

  1. #1
    Where is there a good place to learn php and what books are there??
     
    tercede, Apr 23, 2007 IP
  2. pepsipunk

    pepsipunk Well-Known Member

    Messages:
    208
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #2
    try checking out hotscripts.com and just opening php scripts and learning from examples

    otherwise check out the manuals at php.net they have a lot of sample source code you can pretty much understand from the description and output
     
    pepsipunk, Apr 24, 2007 IP
  3. pauldp

    pauldp Active Member

    Messages:
    108
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    I also want to know
     
    pauldp, Apr 24, 2007 IP
  4. ruby

    ruby Well-Known Member

    Messages:
    1,854
    Likes Received:
    40
    Best Answers:
    1
    Trophy Points:
    125
    #4
    The best way to learn is to have a go.... download a script and like a forum and try modify it.

    From there try creating your own small scripts etc..
     
    ruby, Apr 24, 2007 IP
  5. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
  6. Codythebest

    Codythebest Notable Member

    Messages:
    5,764
    Likes Received:
    253
    Best Answers:
    0
    Trophy Points:
    275
    #6
    I learnt PHP in the toilets, years ago, 98' - 99', with a couple of books (wrox).
    Easy to learn, like HTML. I code by hand since. In 2 months, you get it all...
    Really cool to learn and to play with...
     
    Codythebest, Apr 24, 2007 IP
  7. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
  8. karand2007

    karand2007 Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    php.net --> Download PHP Manual
     
    karand2007, Apr 24, 2007 IP
  9. deques

    deques Peon

    Messages:
    206
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #9
    this book
    Beginning PHP and MySQL 5: From Novice to Professional, Second Edition
     
    deques, Apr 24, 2007 IP
  10. Slumberface

    Slumberface Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I learned a lot from dissecting phpBB. Probably not the best idea though haha.

    sitepoint.com have a lot of useful tutorials and what not for learning PHP and MySQL.
     
    Slumberface, Apr 24, 2007 IP
  11. joesgraphics

    joesgraphics Peon

    Messages:
    206
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Read ppls code is the best way but it totaly depends how your mind likes to learn some people books r good, others reading code, copying out code and thats the most comon ways of learing :D
     
    joesgraphics, Apr 24, 2007 IP
  12. Chamaro Zwinkels

    Chamaro Zwinkels Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I learned it by a book and by tutorials... the web
     
    Chamaro Zwinkels, Apr 24, 2007 IP
  13. greatlogix

    greatlogix Active Member

    Messages:
    664
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    85
    #13
    greatlogix, Apr 24, 2007 IP
  14. Louis11

    Louis11 Active Member

    Messages:
    783
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    70
    #14
    Have you tried Google?
     
    Louis11, Apr 24, 2007 IP
  15. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #15
    ^^ Google is going to lead you to tutorials/manuals, and not to comments and personal advices from people who've learned. Starting a thread is way more helpful than Google in this case. However, searching this forum would have helped...
     
    nico_swd, Apr 24, 2007 IP
  16. JScripting

    JScripting Active Member

    Messages:
    129
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #16
    i learnt from reading script source and php.net
     
    JScripting, Apr 24, 2007 IP
  17. ravianz

    ravianz Notable Member

    Messages:
    1,536
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    250
    #17
    I had started PHP from ZEND
     
    ravianz, Apr 24, 2007 IP
  18. Chamaro Zwinkels

    Chamaro Zwinkels Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    A good book is: PHP 5.0 from Peter Kassenaar ( I tought it was also in English, 've read it in Dutch...)
     
    Chamaro Zwinkels, Apr 24, 2007 IP
  19. PHPGator

    PHPGator Banned

    Messages:
    4,437
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    260
    #19
    The whole "Read the manual" is bogus in my opinion unless you have a very sound knowledge of programming in the first place. And/or you have some experience in PHP already. I refer to it regularly, but primarily to find functions I forget the name of or to find one that does something inparticular. You might be in the situation where you don't even know what a function is, and php.net isn't going to teach you that in my opinion.

    Go here: http://www.sitepoint.com/books/phpmysql1/

    Kevin Yank's book has a free 4 chapter download. If you can walk through this... and I mean walk... seriously read it and reread teh areas you didn't comprehend, then purchase it.

    It will teach you the fundamentals for many of the projects you may want to do. Most projects are a simply a matter of adding, editing, and pulling data within a database to your website. You can learn this within 4 chapters of his book. From there I would recommend hopping into a small project like building a calculator (to learn more about variables) and maybe develop a small script to pull news from a database and post it on a website.
     
    PHPGator, Apr 24, 2007 IP
  20. dzysyak

    dzysyak Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #20
    Sorry to the community, but the best way to learn PHP is to download php documentation from php[dot]net/docs.php (Select your language). As for me I prefer English in chm format. It is most complete version.
     
    dzysyak, Apr 25, 2007 IP