Best PHP training course?

11 replies
Hey there,

What is the best PHP training course? I am loving The Hard Way Is Easier but cant really find something similar for PHP..

Thanks!
#php #training
  • Profile picture of the author Texo
    Never bought a training course for programming so I couldn't recommend any, but I would like ask you some questions and maybe offer some suggestions.

    Do you know any other languages or will this be your first? Learning the first language is obviously the hardest because programming concepts are often confusing, but once you nail them you'll find it easy. Anyway, I still believe you don't need to pay a dime to learn programming if you're learning online. All you need is some structure and guidance and the right learning materials and you'll be set.
    • Use PHP.net as a reference but not as a learning resource.
    • Use W3Schools as a way of learning how functions work and as a 2nd reference but don't use it to learn programming principles.
    • Use Wikipedia.
    • Ask for help.
    I once wrote a full course on C/C++ from start to finish, and if I was to convert it to PHP I would keep the order of learning the same. Here's my cut down version for PHP:

    Basics
    • Variables
    • Data types (despite PHP being typeless, you still need to know what data types are)
    • Basic operators (arithmetic operators) like +, -, /, <, >
    Logic
    • "If" statements, including "if... else if"
    • Ternary operation
    • Switch statements
    • Booleans
    Loops
    • The for loop
    • The while loop
    • The do... while loop
    • Loop operations: break and continue
    Arrays
    • Basic arrays
    • Associative arrays
    • Multidimensional arrays
    Functions
    • What functions are
    • Declaring a function
    • Calling a function
    • Function parameters
    • Function return type
    Classes
    • What classes are
    • Declaring a class
    • Members functions and variables
    • Inheritance & polymorphism
    I realise this is not going to help you actually learn the language, but I would highly recommend learning in approximately that order if you want to learn well. It's fine to skip steps but I wouldn't recommend it. Later on when you realise you didn't learn something more basic and don't quite understand how something is working you may understand this.

    You will also find StackOverflow to be of great help if you need to ask questions about problems you can't solve.

    I'll probably get some flak for saying this but I would also recommend learning another language along with PHP. I won't recommend JavaScript because of its highly forgiving nature, but I personally think learning PHP and JavaScript together is a good idea for web developers because not only does it give you greater insight into web scripting, it also allows you to have more control over the website and/or software in question. On top of these, learning a language with a slightly different approach to code will also help keep you on your toes, which I think is good for the brain .
    Signature

    Join 15,000+ other Android fans on my Facebook @ Droids R Us
    Also join me at Texo digital

    {{ DiscussionBoard.errors[8295666].message }}
  • Profile picture of the author Wasim
    Originally Posted by JayBest View Post

    Hey there,

    What is the best PHP training course? I am loving The Hard Way Is Easier but cant really find something similar for PHP..

    Thanks!

    Try codecademy.com
    {{ DiscussionBoard.errors[8295865].message }}
  • Profile picture of the author sktthemes
    Hello
    You can find the best PHP training course material at W3Schools Online Web Tutorials
    {{ DiscussionBoard.errors[8309559].message }}
  • Profile picture of the author Mrsubh
    Originally Posted by JayBest View Post

    Hey there,

    What is the best PHP training course? I am loving The Hard Way Is Easier but cant really find something similar for PHP..

    Thanks!
    Hi,
    I recently answered the similar question at http://www.warriorforum.com/programm...sql-n-php.html please follow up my Answer
    {{ DiscussionBoard.errors[8313107].message }}
  • Profile picture of the author Mrewards
    There are many great resources on the internet.My favorites are W3 schools & thenewboston's video tutorials.
    {{ DiscussionBoard.errors[8314426].message }}
  • Profile picture of the author Mrewards
    Found some great resources here. Also I like phpAcademy tutorials on Youtube. You can learn by creating stuff..
    {{ DiscussionBoard.errors[8338456].message }}
  • Profile picture of the author webn
    For the short tutorial, you can try w3schools.com &
    If you like know detail about different PHP sections, you can try PHP tutorials on lynda. I found those good. These are paid.

    But, if you look for full explanation of each php topic, then, Schools of Web is fantastic. Its Free at this time.

    Hope it helps
    Thanks
    {{ DiscussionBoard.errors[8362070].message }}
  • Profile picture of the author shishir082013
    Contact for advance php training

    call - 9911097721

    visit us :-

    http://www.ittrainingonline.co.in
    {{ DiscussionBoard.errors[8388492].message }}
  • Profile picture of the author jackie5
    Maybe it's too late for this, but I recommend codecademy.com for a start. It's a very easy course, so you won't get discouraged. It's also interactive, so you won't get bored too quick
    {{ DiscussionBoard.errors[8390294].message }}

Trending Topics