I want to study PHP

Discussion in 'PHP' started by traderus, Sep 2, 2010.

  1. #1
    Hi all I want to study PHP.
    What I need for first?
     
    traderus, Sep 2, 2010 IP
  2. open-seo

    open-seo Peon

    Messages:
    115
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    before study php just study html, css (should know the usage of div, span). after that u can easily study php in www. w3schools .com. good resource for study php.
     
    open-seo, Sep 3, 2010 IP
  3. fernades

    fernades Member

    Messages:
    571
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #3
    There are so many tutorials to study PHP. before you start with PHP ,you should have a basic understanding of the following
    * HTML/XHTML
    * JavaScript
    Refer some of these tutorials:

    www.w3schools.com
    www.php.net
    www.homeandlearn.co.uk/php/php.html
    www.beginnersphp.co.uk/
     
    fernades, Sep 3, 2010 IP
  4. learnerabn

    learnerabn Peon

    Messages:
    131
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    just a simple logical skills is the requirement to learn php.
    then there are lot of tutorial sites like
    php.net
    tizag.com
     
    learnerabn, Sep 3, 2010 IP
  5. traderus

    traderus Peon

    Messages:
    93
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks all of you
     
    traderus, Sep 3, 2010 IP
  6. dakshhmehta

    dakshhmehta Active Member

    Messages:
    220
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    85
    #6
    I would like to recommend you to purchase Books of PHP and learn from php.net and there are lot's of tutorial available on net...
    I also recommand you to download some free script and edit them to learn practical...
    Some sites are:
    tizag.com/php
    php.net
    phptoys.com - free scrips to edit and lean
     
    dakshhmehta, Sep 4, 2010 IP
  7. etc

    etc Well-Known Member

    Messages:
    3,239
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    158
    #7
    try tutorials from lynda.com
    theyre great source for video tutorials
     
    etc, Sep 4, 2010 IP
  8. TheWiseGuy

    TheWiseGuy Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #8
    in order to learn php you need some basic knowledge of html.
    It's not necessary ( php can be used for many things that don't involve html - systems integrations, crons, server to server stuff etc ) but you wouldn't find many basic ideas that can be developed in php without any html knowledge.
    a place like tizag.com has many good pages basic about php basics, and there are literally hundreds of good websites where you can find good php tutorials ( w3schools.com, developertutorials.com, phpfreaks.com, tutorialstream.com, phpbuilder.com, teamtutorials.com etc just to name a few ).

    PHP.NET will be your reference for all the functions etc

    if you're the book type person, buy a couple of books, many books have an online reference to copy/paste example snippets

    good luck ;)
     
    TheWiseGuy, Sep 4, 2010 IP
  9. johny321

    johny321 Member

    Messages:
    293
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #9
    you can also get assistance from youtube as well
     
    johny321, Sep 4, 2010 IP
  10. traderus

    traderus Peon

    Messages:
    93
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I am good in html but don't know nothing in css.
    Most I study css before php.
    Thanks
     
    traderus, Sep 5, 2010 IP
  11. TheWiseGuy

    TheWiseGuy Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #11
    yes, html and css are the basics you need for any kind of website, so you'd better learn them before anything else
     
    TheWiseGuy, Sep 5, 2010 IP
  12. learnerabn

    learnerabn Peon

    Messages:
    131
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    CSS is just to align your content and to make ur website a stylish one.ofcourse its necessary for any website.but you can practice it side by side.since u can align ur website in html itself(but it is so harder to align it in html than it in CSS).
     
    learnerabn, Sep 7, 2010 IP
  13. cubicaaron

    cubicaaron Guest

    Messages:
    104
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    As many people have saif, you'll need to understand basic web technologies first; from this you can look into the extra server side goodies that PHP offers, such as cron jobs, as mentioned above.

    To learn HTML, have a quick search online - chances are you'll probably end up on W3Schools anyway, but look at cool things that people are doing with HTML and CSS - PHP simply sits inbetween your HTML as soon as you learn it, so it makes sense to get the grounding in place first.
     
    cubicaaron, Sep 7, 2010 IP
  14. toloee

    toloee Peon

    Messages:
    87
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I think it's better to read something about C LANGUAGE first. Most of the languge are from C. When you understand something about C, you will easiler to learn any other language
     
    toloee, Sep 7, 2010 IP
  15. cubicaaron

    cubicaaron Guest

    Messages:
    104
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Learning HTML shouldn't be compared to learning C, due to the different constructs, however I can see where you're coming from when talking about PHP

    All programming languages have quite similar constructs and syntax; It would be good to learn a programming language before tackling PHP - I assume most people on here know a C language or something in .net?
     
    cubicaaron, Sep 8, 2010 IP
  16. vrktech

    vrktech Well-Known Member

    Messages:
    449
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    108
    #16
    I agree to cubicaaron,

    I also learnt most from online resources (before I know only basic 'c' which my school taught me), buying a hardcopy book will do nothing (you will have to waste most of your time turning pages)

    My personal advice is to know atleast html + any one programming language to learn php
     
    vrktech, Sep 8, 2010 IP
  17. cubicaaron

    cubicaaron Guest

    Messages:
    104
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Cheers,

    You dont need to even learn the whole language, just get to grips with the basics, i.e. data types, string manipulation, and how math is performed.
    Then the solid grounding of HTML becomes important

    After this PHP will seem easy!
     
    cubicaaron, Sep 8, 2010 IP
  18. toloee

    toloee Peon

    Messages:
    87
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Yes, seems a little boring to learn C. But you will find it's very easy to learn other programming languages after you know the basic of C.

    Html and CSS are completely different from a programming language. Most of the designers use them to make the layout. They are designer's language. But if you want to learn PHP, you should understand them first. Or, you will don't know how to and where to show your result on a web page.

    I think the step should be,

    Learn the basic of C Language -> Learn html and CSS -> Learn PHP -> Do some simple coding, and read some codes(the more your read, the stronger your will be). The best teacher is practise. Remember, a best programer is always a lazy man, they always use very little words to realize a complicated task.
     
    toloee, Sep 8, 2010 IP
  19. Eager2Seo

    Eager2Seo Member

    Messages:
    72
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    48
    #19
    C as a first language can be intimidating to beginners, especially when you get to pointers. However, I will say this. If you understand C well you will understand JS, PHP, Java, C#,C++. When php allows you to call a function with an array and another function that acts on each member of the array you are leveraging the power of C without the complications and danger of pointers. I bet the php compiler simply translates it to C(pointer2function). If you know C you will have no learning curve on this, just appreciate its simplicity.

    I would suggest the php tutorials above for the beginner.
     
    Eager2Seo, Sep 8, 2010 IP
  20. Jaiminshivcs

    Jaiminshivcs Banned

    Messages:
    506
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    90
    #20
    Jaiminshivcs, Sep 9, 2010 IP