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 to learn PHP?

Discussion in 'PHP' started by Divvy, Dec 8, 2011.

  1. #1
    Hi guys,

    Does someone know any good tutorial to learn PHP from zero?
    I know that official PHP website have tutorials, but I'm looking for something more simple to learn...

    How do you learn PHP?
    What do you suggest?

    Thank you
     
    Divvy, Dec 8, 2011 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    http://tuxradar.com/practicalphp

    Install Xamp or Wamp and start playing around. Think of something you want or need to do, and figure out how to do it. Best way to learn anything is to jump into it.
     
    jestep, Dec 8, 2011 IP
  3. Techking

    Techking Well-Known Member

    Messages:
    611
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    130
    #3
    Techking, Dec 8, 2011 IP
  4. sylar48

    sylar48 Peon

    Messages:
    162
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    sylar48, Dec 8, 2011 IP
  5. acgil

    acgil Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    w3school and php book by rocks publication is best for Beginners
     
    acgil, Dec 9, 2011 IP
  6. muslim_ansari

    muslim_ansari Active Member

    Messages:
    33
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    53
    #6
    w3schools and
    tizag
    are best sites for learning PHP from Scratch
    and best way to download any PHP application from any site and customize it yourself
     
    muslim_ansari, Dec 9, 2011 IP
  7. kasun0777

    kasun0777 Well-Known Member

    Messages:
    355
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    138
    #7
    PHP.NET and Lynda.com Tutorials
     
    kasun0777, Dec 9, 2011 IP
  8. falconlink

    falconlink Active Member

    Messages:
    285
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    78
    #8
    I learned from w3schools and this is really best.

    You may take helps from php.net and other sources. But as a beginner, w3chools would be helpful to you.

    Best wishes.
     
    falconlink, Dec 9, 2011 IP
  9. Divvy

    Divvy Well-Known Member

    Messages:
    781
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #9
    Thank you guys :)
     
    Divvy, Dec 12, 2011 IP
  10. phpwreker

    phpwreker Greenhorn

    Messages:
    67
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #10
    think dynamic websites .. user registration .. logging in .. shopping cart .. stuff like that
     
    phpwreker, Dec 12, 2011 IP
  11. redpro

    redpro Banned

    Messages:
    226
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #11
    Hi,

    For PHP, there must be the knowledge of HTML,DHTML,.NET etc...

    Thanks...
     
    redpro, Dec 12, 2011 IP
  12. dallasbusinessmovers

    dallasbusinessmovers Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    w3school is best tutorial to learn not only php but other programming languages too..
     
    dallasbusinessmovers, Dec 15, 2011 IP
  13. bhimesh

    bhimesh Peon

    Messages:
    45
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #13
    See any programming laguage has to be learned through implementation.first install PHP,MYSQL,APACHE then go to some good website to get basic sysntax after that play with some examples write on your own.Think about the scenario's which are about the realtime usage of PHP.

    weschools.com is very good for startars.This is my personal exp how i learned PHP might be usefull for u
     
    bhimesh, Dec 19, 2011 IP
  14. Lancelott11

    Lancelott11 Peon

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    buy a book on php, It gives you a set of tasks to accomplish and teaches you step by step how to do it.
     
    Lancelott11, Dec 19, 2011 IP
  15. webmaster4321

    webmaster4321 Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    It depends on your learning set. Are you visual and need videos? Check out lynda or killerphp, great video tutorials. I find W3 to be very difficult to learn from beginning levels.
     
    webmaster4321, Dec 19, 2011 IP
  16. webmaster4321

    webmaster4321 Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    But, then again, I'm a visual person.
     
    webmaster4321, Dec 19, 2011 IP
  17. thegr4

    thegr4 Well-Known Member

    Messages:
    695
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    133
    #17
    thegr4, Dec 23, 2011 IP
  18. ttnorris

    ttnorris Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    You can try tizag.com but you'll probably have to look elsewhere after you gain a certain amount of knowledge. I also combine that with additional research on other sites if I don't understand certain things enough. Php.net is also good as a reference.
     
    ttnorris, Dec 26, 2011 IP
  19. cogzidel

    cogzidel Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Use Apache server its user friendly for basic learners, and then refer some of the basic examples from the sites
    w3schools,php.net,tizag.com... Its quite easy and you will learn gradually but you need some smart work. All the Best
     
    cogzidel, Dec 27, 2011 IP
  20. swasa

    swasa Member

    Messages:
    306
    Likes Received:
    4
    Best Answers:
    1
    Trophy Points:
    43
    #20
    Scriptsdesk has the Collections of good PHP tutorials & programming books. It is the resource web portal for programmers.
     
    swasa, Dec 28, 2011 IP