Welcome to the RaGEZONE - MMORPG development forums.

Best place to learn PhP?

This is a discussion on Best place to learn PhP? within the Coders' Paradise forums, part of the Evolution : RaGEZONE category; What website would be the best for learning PHP. . I already been through w3schools. Most youtube videos uploaders start ...

Results 1 to 8 of 8
  1. #1
    Registered
    Rank
    Member
    Join Date
    Jan 2011
    Posts
    10
    Liked
    1

    Best place to learn PhP?

    What website would be the best for learning PHP. . I already been through w3schools.


    Most youtube videos uploaders start the tutorial for 3 vids then bam their done forever.

  2. #2
    Ultimate Member
    Rank
    Member
    Join Date
    Jan 2012
    Posts
    183
    Liked
    27

    Re: Best place to learn PhP?

    See tizag.com

    A reply I made to one of the posts @ w3 forums regarding h/is/er learning of PHP:

    Code:
    <?php
    
    echo "Hello World";
    ?>
    The code above would be the best piece to start off. There is so much possibility with just 'Echo' to use. I suggest you move on next to learning variable handling, after that, learn 'If' statements.

    After that you should have the basic grasp of the language where you could pretty much 'talk' and 'reason' by speaking PHP. It's a language, remember, only that it's more technical, optimized, and you have a few selections of words to choose.

  3. #3
    Alpha Member
    Rank
    Alpha Member
    Join Date
    Jun 2004
    Posts
    1,832
    Liked
    107

    Re: Best place to learn PhP?

    Quote Originally Posted by CoderXI View Post
    What website would be the best for learning PHP. . I already been through w3schools.


    Most youtube videos uploaders start the tutorial for 3 vids then bam their done forever.
    Well video tutorial about programming is in my opinion fail at the very assumption.

    As for the learning it self, there are dozens of tutorials online, but the possible way I think, is need to create something specific based on what is already done. In other words, download some sources, modify it and observe what changes, at least that's how I learnt it.

  4. #4
    Web Developer
    Rank
    Developer
    Join Date
    Nov 2008
    Location
    index.php
    Posts
    1,048
    Liked
    940
    Gamertag: chrisdothtml Steam ID: chrisdothtml

    Re: Best place to learn PhP?

    You can get the basics from W3Schools Online Web Tutorials, but they won't give you nearly enough training for big projects.

    It all comes down to how much you are interested in learning it, when it comes to my learning method.

    When I was learning, I would think of something that was simple, that I wanted to be able to make, then I'd find a site with it completely coded with a downloadable source, then I would mess around with it. Change variables, find out what if statements are effecting, etc.

    Eventually it started getting to the point where I'd pick up on methods, and be able to put together my own scripts. From there, it's just practice.

  5. #5
    Admnistrator
    Rank
    Member +
    Join Date
    Aug 2010
    Location
    C:\Windows\
    Posts
    645
    Liked
    199

    Re: Best place to learn PhP?

    Quote Originally Posted by chrisdothtml View Post
    You can get the basics from W3Schools Online Web Tutorials, but they won't give you nearly enough training for big projects.

    It all comes down to how much you are interested in learning it, when it comes to my learning method.

    When I was learning, I would think of something that was simple, that I wanted to be able to make, then I'd find a site with it completely coded with a downloadable source, then I would mess around with it. Change variables, find out what if statements are effecting, etc.

    Eventually it started getting to the point where I'd pick up on methods, and be able to put together my own scripts. From there, it's just practice.
    See that's what most people do, just do that. Actually works after few months of practicing.
    C/C++/PHP,OOP/MySQL/Java/JS/HTML/HTML5/CSS/AJAX

  6. #6
    Web Developer
    Rank
    Member +
    Join Date
    Oct 2009
    Location
    England
    Posts
    601
    Liked
    250
    Gamertag: iiM4RKx

    Re: Best place to learn PhP?


  7. #7
    :3
    Rank
    Member +
    Join Date
    Dec 2009
    Location
    C:\Desktop
    Posts
    996
    Liked
    106

    Re: Best place to learn PhP?

    ebooks :) and figure out most of the things yourself....tryout more..

    Try making your own blog, script everything yourself so you'll gain a lot of experience.

  8. #8
    I'm an asshole eat me out
    Rank
    Gamma
    Join Date
    Apr 2010
    Location
    Corporal USA
    Posts
    3,689
    Liked
    1538
    Gamertag: CobeLeDev PSN ID: COBEx9 Steam ID: CobeLeGamer

    Re: Best place to learn PhP?

    http://php.net/

    If you simply look at the examples of how each method works/is used. And read some comments you'll get rolling in no time.
    Darky and Vusion like this.
    praise yeezus, the doctor (who)

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •