PHP: Getting Started

Discussion in 'PHP' started by Pietercornelis, Dec 5, 2006.

  1. #1
    Hi!

    I'm just getting started with PHP, and I'm looking for a good, English site which can teach it to me. I tried googling, but searching for PHP gives me a lot of .php sites, and nothing about PHP itself. Any advice?
    Thanks!
     
    Pietercornelis, Dec 5, 2006 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Google "PHP Tutotials" instead.

    Sitepoint.com and phpbuilder.com are good ones.
     
    T0PS3O, Dec 5, 2006 IP
    obenix likes this.
  3. papa_face

    papa_face Notable Member

    Messages:
    2,237
    Likes Received:
    67
    Best Answers:
    1
    Trophy Points:
    285
    #3
    papa_face, Dec 5, 2006 IP
  4. rgchris

    rgchris Peon

    Messages:
    187
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    http://www.php.net

    It really does have almost everything you'd need.
     
    rgchris, Dec 5, 2006 IP
  5. CodyRo

    CodyRo Peon

    Messages:
    365
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Ah one of these topics.. well I used to be in the same boat and always heard the same stuff (php.net mainly). Personally what I did a couple years ago was buy a PHP book.. after mulling through it for awhile learning basics (how to manage form, variables, arrays, and so forth) I became a bit obsessed with my own projects. I would have some crazy idea.. no clue how to do it.. so I would goto php.net (after I learned the basics..) and try to figure it out.

    So point being.. learn the basics by any means possible.. from there just learn as you go. You can't force it on yourself, it helps wanting to make something and having a goal so you're self motivated.

    Worked for me, probably a bad explanation but you get the point.
     
    CodyRo, Dec 5, 2006 IP
  6. master06

    master06 Peon

    Messages:
    2,806
    Likes Received:
    121
    Best Answers:
    0
    Trophy Points:
    0
    #6
    master06, Dec 5, 2006 IP
  7. Pierre Monteux

    Pierre Monteux Peon

    Messages:
    63
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    php(dot)net is a little rough getting started, especially if you have no programming background at all, however once you understand the basics, it's indespensible when pushing back boundries.
     
    Pierre Monteux, Dec 5, 2006 IP
  8. hemolack

    hemolack Guest

    Messages:
    31
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #8
    The book I learned from is now terribly out of date (PHP 3). O'Reilly's Programming PHP book might be a good place to start. It starts out with a pretty basic explanation of things like variable names and web forms and goes all the way up to things like drawing with the GD libraries.
    Once you've got the basics down, php.net is the place to go for digging up the more obscure and arcane functions.
     
    hemolack, Dec 5, 2006 IP
  9. daboss

    daboss Guest

    Messages:
    2,249
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #9
    why not get a teach-yourself-php type of book? it's so much easier and better organized than going through online tutorials. i would strongly suggest getting book - unless you're already proficient in another similar language. ;)
     
    daboss, Dec 6, 2006 IP
  10. Angelus

    Angelus Well-Known Member

    Messages:
    1,622
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    138
    #10
    Goog advice, I'm started with a lot of books, then switched to php.net :)

    p.l.u.r.
     
    Angelus, Dec 6, 2006 IP
  11. vitaminp

    vitaminp Peon

    Messages:
    202
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I started in humble beginings with this very tutorial:
    phpfreaks.com/tutorials/65/0.php
    a few years later and it took me a month (then updates) to code this:
    xoog.net
     
    vitaminp, Dec 6, 2006 IP