I want to learn PHP?

Discussion in 'PHP' started by me4you, Jun 9, 2007.

  1. #1
    I thought programming is not for me, but finally i decidate that i wana learn PHP. but i dont have any resource. how can i start?

    pls give me what is the main parts and how can i start..where i can get ebooks any suggations ..or links ..


    thnks;)
     
    me4you, Jun 9, 2007 IP
  2. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #2
    ansi, Jun 9, 2007 IP
  3. dcole07

    dcole07 Peon

    Messages:
    135
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    dcole07, Jun 9, 2007 IP
  4. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #4
    Hello,
    First start learning beginning things like hello word, and download this software to start www.easyphp.org/ :)
     
    jakomo, Jun 9, 2007 IP
  5. coderbari

    coderbari Well-Known Member

    Messages:
    3,168
    Likes Received:
    193
    Best Answers:
    0
    Trophy Points:
    135
    #5
    if u have primary knowledge on programming then it is a big plus.
     
    coderbari, Jun 9, 2007 IP
  6. InFloW

    InFloW Peon

    Messages:
    1,488
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #6
    As jakomo said grab easyphp.org it's a very nice program that makes manging apache, php, mysql on a windows machine very easy.

    Next I'd say find a book whether it's an e-book or a store. The reason I say this is because it sounds like you don't have very much of a programming background. I'd make use of php.net it's great for references on functions and other ways to do things if the function does not work the way you thought.

    Just my 2 cents I had learned PHP ages ago when PHP3 was standard and a book sure did help. Of course now it's much easier to find tutorials and things of that nature so it may not even be needed. One tip though make sure the tutorials are recent so they use the best practices. Old books and tutorials make use of register_globals which is pretty bad to be doing these days.
     
    InFloW, Jun 9, 2007 IP
  7. *louie*

    *louie* Peon

    Messages:
    48
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Also you could start collecting few books for PHP.
    Wrox.com has a very good selection. They are always handy.
     
    *louie*, Jun 9, 2007 IP
  8. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #8
    say bye bye to register globals. all these lazy coders are going to have to learn to code all over again in php6 :)
     
    ansi, Jun 9, 2007 IP
  9. InFloW

    InFloW Peon

    Messages:
    1,488
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Ahh don't get me started about register_globals I've seen billing systems try to justify their use saying if you're good it shouldn't matter. It just seems people like to play with fire.
     
    InFloW, Jun 9, 2007 IP
  10. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #10
    well hopefully we can instill good coding practices in me4you before he even gets started :)
     
    ansi, Jun 9, 2007 IP
  11. coderbari

    coderbari Well-Known Member

    Messages:
    3,168
    Likes Received:
    193
    Best Answers:
    0
    Trophy Points:
    135
    #11
    <?php
    phpinfo();
    ?>
    PHP:
    and
    <?php
    echo 'hello world';
    ?>
    PHP:
    everyone should start with these codes :D
     
    coderbari, Jun 9, 2007 IP
  12. ansi

    ansi Well-Known Member

    Messages:
    1,483
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    100
    #12
    ansi, Jun 9, 2007 IP