1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How/Where to learn php ?

Discussion in 'PHP' started by lumpy, Nov 15, 2009.

  1. ardley216

    ardley216 Peon

    Messages:
    499
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #21
    i personally learnt from jumping in at th deep end and gradually understanding it.. dont reccomend it!
     
    ardley216, Nov 20, 2009 IP
  2. Raymond.C

    Raymond.C Peon

    Messages:
    516
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Why dont you try out and test the PHP codes out? Read a ebook or get some text books from the libary.
     
    Raymond.C, Nov 23, 2009 IP
  3. Pudge1

    Pudge1 Well-Known Member

    Messages:
    912
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    140
    Digital Goods:
    1
    #23
    That is a terrible way to learn PHP. Studying a contact form then a blog script? Are you even serious right now?

    What you should do it go over to W3Schools to learn the basics. Then you should check out or buy a PHP book or two and look through it for a week or two. Next you should study some simple scripts and try to re-create them a different way.

    Now you should have a basic idea of how to code PHP and how it works. So when you need to use a script think of how you would do it and then refer to http://php.net to find the appropriate functions or you can build your own functions. That is how I learned, I have been using PHP for over a year and still wouldn't consider myself an expert.
     
    Pudge1, Nov 23, 2009 IP
  4. Raymond.C

    Raymond.C Peon

    Messages:
    516
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #24
    Take apart some scripts and experiment with it.
     
    Raymond.C, Nov 23, 2009 IP
  5. kasun0777

    kasun0777 Well-Known Member

    Messages:
    355
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    138
    #25
    Get Php Bible & learn it..
     
    kasun0777, Nov 23, 2009 IP
  6. Raymond.C

    Raymond.C Peon

    Messages:
    516
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #26
    That dont work mate. No one would ever read a thick book.
     
    Raymond.C, Nov 23, 2009 IP
  7. aix4200

    aix4200 Well-Known Member

    Messages:
    243
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    108
    #27
    I need to learn php for wordpress . Is there any good site for php coding just for wordpress.
     
    aix4200, Nov 24, 2009 IP
  8. Raymond.C

    Raymond.C Peon

    Messages:
    516
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #28
    Read books or ask someone.

    /End thread.
     
    Raymond.C, Nov 25, 2009 IP
  9. Richskrenta

    Richskrenta Active Member

    Messages:
    170
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    73
    #29
    yes, i am learn it from this site too :)
     
    Richskrenta, Nov 27, 2009 IP
  10. Pirata Nervo

    Pirata Nervo Greenhorn

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #30
    There are plenty of websites you may want to look at:
    www.phpvideotutorials.com/ - Video
    www.killerphp.com/ - Video
    www.w3schools.com/PHP/DEfaULT.asP - Text
    www.tizag.com/phpT/ - Text
    http://devzone.zend.com/article/627 - Text
    http://www.goodphptutorials.com/ - Text

    And obviously, whenever you need something:
    www.php.net/

    I've never learned PHP from a book, I've read dozens of tutorials and have read dozens of scripts. I'm not sure if it's enough if you've never learned a programming language before. I had learned C before from two books as well as VB 6 so I found it easy to learn PHP.
     
    Pirata Nervo, Nov 27, 2009 IP
  11. inanobot

    inanobot Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #31
    php.net is very useful with many examples for each function. You should get an ebook, a simple php script and start reading the script and understand it
     
    inanobot, Nov 27, 2009 IP
  12. Raymond.C

    Raymond.C Peon

    Messages:
    516
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #32
    Go on a PHP/Programming course at college. That might be a big help.
     
    Raymond.C, Nov 28, 2009 IP
  13. spc

    spc Well-Known Member

    Messages:
    136
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    125
    #33
    I have learned php just by using it. When it comes to book, in my case, I didn't follow any particular one. Used php.net and w3schools for many times for function references. Recently came across another site, which seems to be good for step by step learning. The book is organized as chapters and all steps have good examples. Hope this will help newbies to learn php.
     
    spc, Nov 28, 2009 IP
  14. JAY6390

    JAY6390 Peon

    Messages:
    918
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #34
    If you like watching and learning then yeah phpvideotutorials.com is great. What's more, as you're learning you are actually seeing the code in action. I learnt the hard way from online tutorials, and reading forum posts such as the others in the section here, and seeing general problems that people had and how the experts corrected them. From there I just built up my knowledge by trying different websites, making blogs, forums, price comparison websites, shopping carts etc. Tinkering with code is great fun and also a great way to learn. I like the suggestion above on using the mailing list as well. I think it would be a great way to see common problems (both simple and more advanced)
     
    JAY6390, Nov 28, 2009 IP
  15. spc

    spc Well-Known Member

    Messages:
    136
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    125
    #35
    spc, Nov 28, 2009 IP
  16. dweebsonduty

    dweebsonduty Active Member

    Messages:
    131
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    Digital Goods:
    1
    #36
    w3schools is a great place. But what you really need to do is to come up with a project and find the info piece by piece. It will help you to learn alot faster than going through a structured "class".
     
    dweebsonduty, Nov 30, 2009 IP
  17. jashsayani

    jashsayani Active Member

    Messages:
    128
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #37
    Just get PHP 5 for Dummies. I have the eBook version, and its great!
     
    jashsayani, Nov 30, 2009 IP
  18. Raymond.C

    Raymond.C Peon

    Messages:
    516
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #38
    Theirs something called test and trial. I learn from that.
     
    Raymond.C, Dec 3, 2009 IP
  19. KsNitro

    KsNitro Greenhorn

    Messages:
    60
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    20
    #39
    Spend a month learning the basics from books or online resources. Write some basic scripts as you do this.

    Next, think about a project you would like to build and work your way through it no matter how long it takes. Keep the project simple enough so you can accomplish it. The best way to learn php is by working on projects.

    You may want to consider setting up the apache web server on your computer and installing php and mysql (find tutorials that show you how to do this). Then you can build php projects on your local machine and it will give you some insight on how things are setup.
     
    KsNitro, Dec 4, 2009 IP
  20. Raymond.C

    Raymond.C Peon

    Messages:
    516
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #40
    Most people get bored of eBooks. Thats a fact. I did after 1 hour or lesser.
     
    Raymond.C, Dec 4, 2009 IP