1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

How to learn PHP?

Discussion in 'Design & Development' started by Vijuamrit, May 30, 2012.

  1. Vijuamrit

    Vijuamrit
    Expand Collapse
    Junior Member

    Joined:
    May 25, 2012
    Messages:
    17
    Likes Received:
    4
    Hi dear friends i want to learn about development so please guide me and tell me how to learn?
     
  2. wsindhu

    wsindhu
    Expand Collapse
    Registered Member

    Joined:
    May 31, 2012
    Messages:
    2
    Likes Received:
    1
    ariffshah likes this.
  3. Dan@vantage

    Dan@vantage
    Expand Collapse
    Junior Member

    Joined:
    May 31, 2012
    Messages:
    7
    Likes Received:
    3
    Hi Vijuamrit
    I agree with wsindhu. w3schools is a good place to start but also take a look at Lynda.com. That is another great source with video tutorials although Lynda.com is a paid subscription.
    Good luck with your learning.
     
  4. vanithamadhi

    vanithamadhi
    Expand Collapse
    Junior Member

    Joined:
    Jun 1, 2012
    Messages:
    28
    Likes Received:
    3
    Before you start learning PHP, it's probably a good idea if you have at least some HTML knowledge. This is because PHP has no formatting at all, so while it can do many things that HTML can't, it can't make your site look nice. Thats why it is used in conjunction with HTML. PHP for the muscle, HTML for the aesthetics.
    First things first, let's check if you have PHP! This will also tell you more information about the version of PHP that you are running.
    Next, you have to do a Hello World! script. Sure it's simple, and it's cheesy, but its tradition when learning a language.
    Now it's time to really start learning the basics! This tutorial shows all of the basics you need to start writing PHP scripts.
    If you are someone, like me, who learns best from example, you should probably browse our Step by Steps section, for detailed instruction (and full example code) for creating different types of scripts.
    .........................................
    5d theater
    4d theatre
     
    Samuel likes this.
  5. James Smith

    James Smith
    Expand Collapse
    Junior Member

    Joined:
    Apr 26, 2012
    Messages:
    23
    Likes Received:
    4
    Hi Vijuamrit,

    As you are new to development, and you want to learn it from basic steps then follow Vanithamadhi suggestion along with Wsindhu suggestion, it helps a lot to you.
     
    Samuel likes this.
  6. madelinekim

    madelinekim
    Expand Collapse
    Junior Member

    Joined:
    Jul 13, 2012
    Messages:
    24
    Likes Received:
    1
    There are many ways to learn PHP. You can go for free tutorials that are easily available. I would like to recommend you to use W3schools tutorial. It is best tutorial that will give tips to every web technologies. And it also provide platform for learning code.
     
  7. G H Kemal

    G H Kemal
    Expand Collapse
    Junior Member

    Joined:
    Aug 17, 2012
    Messages:
    5
    Likes Received:
    0
    You can learn PHP from 'thenewboston.org/tutorials.php' . It is a good site for learning PHP or other programming languages.
     
  8. jordenstive

    jordenstive
    Expand Collapse
    Junior Member

    Joined:
    Jul 13, 2012
    Messages:
    8
    Likes Received:
    0
    PHP is language of programing and to learn this language there are lots of tutorial available, Learning to program a computer is somewhat of a difficult task,PHP originally stood for "personal home page" but has since expanded to mark itself as one of the most widely used programming languages for the web of all time.PHP syntax is simple and clean. If you already know a programming language, you will find PHP very easy to pick up.
     
  9. DaniaKing

    DaniaKing
    Expand Collapse
    Junior Member

    Joined:
    Oct 19, 2012
    Messages:
    1
    Likes Received:
    1
    To learn PHP one should have the basic knowledge of HTML and CSS are necessary.You can use W3School and phpbuddy good sites for learing PHP.
     
    John likes this.
  10. hirephpexpert

    hirephpexpert
    Expand Collapse
    Junior Member

    Joined:
    Oct 31, 2012
    Messages:
    2
    Likes Received:
    0
    I also want to suggest w3schools. this is best platform to learn PHP.
     
  11. mariajhonson

    mariajhonson
    Expand Collapse
    Junior Member

    Joined:
    Oct 19, 2012
    Messages:
    278
    Likes Received:
    4
    I think first you have to gain some knowledge about the basic HTML, CSS and javascript. Then you have to gain knowledge of PHP from www.w3schools.com.
     

Share This Page