What's the best AND fastest way to learn PHP? I'm pretty fluent with HTML. I'm itching to learn. Thanks
You'll have fun with PHP...I recommend O'Reilly books on PHP...probably should start with "Learning PHP 5"...you can pick it up just about anywhere...Barnes & Noble, Amazon, etc.
You could also read php help from php.net where all details of php coding are explained. There are also a lot of online tutorials on many websites.
As well as the excellent suggestions already mentioned, I would recommend heading over to sourceforge, downloading some php projects and having a look at the code. Brew
the best and quickest way to learn is by doing it. pick up a book or two and visit www.php.net/manual as often as you can.
I second all of that... 1) Get a book on PHP and another on MySql, probably one on Linux (or whatever server O/S you choose). They are all kind of interdependent. 2) Start doing it - pick a project and go for it. You learn so much more trying to do something you're passionate about than you will from written exercises. 3) Use php.net as your reference. You don't need to remember what every function does, or the order of the parameters as php.net is always there as a reminder. The approach to learning PHP is no different to any other language. Read up on the fundamentals (especially if you've never done server side programming before), then do your first "hello world" application, and then start progressing through more advanced concepts.
I learned the fundamentals here: Lynda.com then If you like reading: http://www.php.net/manual/en/ and don't forget to read user comments too. If you want some free videos: http://www.phpvideotutorials.com/
Hi To learn PHP I suggest, as others, to get a book or at least a big documentation that would explain all the syntax and the basic stuff of php. Then you should start a little project, something that has already been made, because you will be able to get source code exemples and references. I learnt php in classes and that's the way we were proceeding, learning theorical stuff and then going to practical as soon as possible.
w3schools.com/php/default.asp hudzilla.org/phpwiki/index.php?title=Main_Page devzone.zend.com/tag/PHP101
Cool sites kajol . I know its not who you say you are but stil .. . I used the w3schools site myself for learning many things. IMO, the best way to learn PHP is to use it. Get an idea. Try to implement it. If you need to use some function just look it up in php.net . http://www.php.net/functionname My first app was a sort of a CMS. It sucked really bad!! , but it was good practice. ~ Thomas
well, i learned A LOT from www.vtc.com, gives you like 11 hours of videos on any subject you want. and it's only like $30/mo
I have been coding the procedural way. Thinking of learning a framework but I don't know what and how to start. Any suggestions will be appreciated
You can learn the basic php from http://www.w3schools.com/ then you can find the best PHP tutorials and best way is learn though tutorials.