Help learning PHP

Discussion in 'PHP' started by adamjthompson, Nov 1, 2005.

  1. #1
    I want to learn PHP. I currently know html pretty well, & want to learn PHP to expand my web design & programming capabilities.

    Could you recommend the best way for me to go about learning PHP?

    Thanks,

    Adam
     
    adamjthompson, Nov 1, 2005 IP
  2. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Pick a project you want to do, somthing small like a "contact me" form, search the web for code/tutorials and try to implement it. When you have any doubts, search php.net. Also go to your local bookstore and buy a book or two on Php and read them.
     
    exam, Nov 1, 2005 IP
  3. dtang4

    dtang4 Active Member

    Messages:
    303
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #3
    Here's a pretty good introductory tutorial:
    hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html

    I also have some PHP tutorials here for specific purposes:
    icemelon.com/tutorials.php
     
    dtang4, Nov 3, 2005 IP
  4. ravianz

    ravianz Notable Member

    Messages:
    1,536
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    250
    #4
    try tutorials on Zend.com
     
    ravianz, Nov 4, 2005 IP
  5. palespyder

    palespyder Psycho Ninja

    Messages:
    1,254
    Likes Received:
    98
    Best Answers:
    0
    Trophy Points:
    168
    #5
    php.net will forever be your best friend. Read the manual, and practice practice..
     
    palespyder, Nov 4, 2005 IP
  6. mcfox

    mcfox Wind Maker

    Messages:
    7,526
    Likes Received:
    716
    Best Answers:
    0
    Trophy Points:
    360
    #6
    mcfox, Nov 4, 2005 IP
  7. adamjthompson

    adamjthompson Well-Known Member

    Messages:
    1,242
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    125
    #7
    I've gotten a book on PHP 5, but php.net says the latest version is 4.4.something. What's the deal with that?
     
    adamjthompson, Nov 4, 2005 IP
  8. dtang4

    dtang4 Active Member

    Messages:
    303
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #8
    dtang4, Nov 5, 2005 IP
  9. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #9
    the best way to learn is by writing code - do not forget that, if you use a tutorial from a php tut site remember to type the code do not simply copy and paste it. ;)
     
    just-4-teens, Nov 6, 2005 IP
  10. vbgamer45

    vbgamer45 Active Member

    Messages:
    85
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    98
    #10
    Practice is the best. Just give yourself a project even if you do not know how todo it yet. The goal is to find out how to make it. Ask for help. Maybe start off with just a simple program that connects to a MySql database and retrives some information.
    Books are nice for reference, but for me they do not help that much. I perfer either online tutorials or just coding on my own.
     
    vbgamer45, Nov 6, 2005 IP
  11. bamb0lin

    bamb0lin Well-Known Member

    Messages:
    401
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #11
    Sites like the one in my footer. Loads of examples in PHp and various other languages!
     
    bamb0lin, Nov 13, 2005 IP
  12. dsm56

    dsm56 Active Member

    Messages:
    863
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    78
    #12
    If you go through the tutorials on devshed.com you will be pretty good by the end of it.
    I just read the introduction on php.net and then did the devshed tutorials.

    Good luck,
    Pete
     
    dsm56, Nov 13, 2005 IP
    adamjthompson likes this.
  13. Brinked

    Brinked Well-Known Member

    Messages:
    777
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    160
    #13
    phpfreaks is great, i like learning with videos tho like the lynda ones
     
    Brinked, Nov 13, 2005 IP
  14. Anne Thrax

    Anne Thrax Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Books are great, I find. It forces you to type the code as opposed to being able to copy/paste. Sitepoint has some great books (I'd defiantky recommend 'Build Your Own Database Driven Website Using PHP & MySQL').
     
    Anne Thrax, Nov 14, 2005 IP