How to Learn PHP

Discussion in 'PHP' started by CindyW, May 26, 2010.

  1. #1
    Anybody have a good site/book they would recommend for someone just starting out learning PHP?? I know html, but since I am dealing alot in wp now I really need some basic PHP learning :)
    Thanks

    Cindy
     
    CindyW, May 26, 2010 IP
  2. WhosJose

    WhosJose Well-Known Member

    Messages:
    416
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    115
    #2
    W3Schools is the best tutorial site.
     
    WhosJose, May 26, 2010 IP
  3. John2010

    John2010 Guest

    Messages:
    218
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    To Learn PHP there are many resources available online,
    I would suggest you to check out http://www.w3schools.com it really provides good resources to start out learning PHP
     
    John2010, May 26, 2010 IP
  4. CindyW

    CindyW Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Wow..thanks...and its FREE too. Time to get busy lolol
    Thanks again,
    Cindy
     
    CindyW, May 26, 2010 IP
  5. lukeg32

    lukeg32 Peon

    Messages:
    645
    Likes Received:
    19
    Best Answers:
    1
    Trophy Points:
    0
    #5
    Tizag has an excellent - and well explained - guide which is also free, so you might also want to take a look there and work through the examples they show.

    http://www.tizag.com/phpT/
     
    lukeg32, May 27, 2010 IP
  6. kpkammer

    kpkammer Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    if you know what you want to do just look on http://php.net they can give you the command and how to use it
     
    kpkammer, May 27, 2010 IP
  7. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #7
    jestep, May 27, 2010 IP
  8. roopajyothi

    roopajyothi Active Member

    Messages:
    1,302
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    80
    #8
    Use PHP Manual its too good and best! :)
     
    roopajyothi, May 27, 2010 IP
  9. shubhamjain

    shubhamjain Active Member

    Messages:
    215
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    63
    #9
    Just one more advice. Installing PHP, w3schools way, is typical. Try to go for a Pre Configured install kit, XAMPP.
     
    shubhamjain, May 27, 2010 IP
  10. trevHCS

    trevHCS Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    The site above is pretty good as a reference to many things, but just remember as with everything in computers, what one site says shouldn't be regarded as gospel. Programming is more about having a basic set of tools and then being able to use them to achieve the result, so if you give 10 people the same tools (PHP in this case) and a task you'll get 10 ways of doing it....most of which will be right.

    As for loading it locally - that's certainly the cheapest way although personally I always run scripts from a server then you know it'll work on whatever server operating system you're using (Windows, Linux, *nix, FreeBSD etc).

    Or if you want a good crash course, try learning Perl first...then PHP suddenly looks a whole load simpler. :)

    Trev
     
    trevHCS, May 27, 2010 IP
  11. cupi

    cupi Greenhorn

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #11
    Try Tizag.com
     
    cupi, May 27, 2010 IP
  12. danx10

    danx10 Peon

    Messages:
    1,179
    Likes Received:
    44
    Best Answers:
    2
    Trophy Points:
    0
    #12
    +1 i can vouch for that.
     
    danx10, May 29, 2010 IP
  13. eamiro

    eamiro Well-Known Member

    Messages:
    274
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #13
    W3Schools is the best website to learn the PHP Basics.
     
    eamiro, May 29, 2010 IP
  14. etc

    etc Well-Known Member

    Messages:
    3,239
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    158
    #14
    lynda.com :D download a video tutorials for it.
     
    etc, May 29, 2010 IP
  15. thtarcman

    thtarcman Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I would go with W3Schools or Tizag (which are suspiciously similar), they both have great tutorials for beginners and cover many things (like file uploads, ajax, etc...)
     
    thtarcman, May 30, 2010 IP
  16. philippebodart

    philippebodart Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    thanks for the website we can learn a lot form w3schools.com a lot
     
    philippebodart, May 30, 2010 IP
  17. Dizzie

    Dizzie Member

    Messages:
    71
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #17
    I recommend PHP 5/MySql Programming for the Absolute Beginner. I had that book and i've learn alot from it.
     
    Dizzie, May 31, 2010 IP
  18. roopajyothi

    roopajyothi Active Member

    Messages:
    1,302
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    80