Sinisterly
Good resources for learning PHP. - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: PHP (https://sinister.ly/Forum-PHP)
+--- Thread: Good resources for learning PHP. (/Thread-Good-resources-for-learning-PHP)

Pages: 1 2


Good resources for learning PHP. - Aut•ono•mous - 07-22-2014

Hey everyone,

I'm working on a custom CMS for my client work, & following a tutorial & my minimal experience in PHP I've got it about ready, but I'd like to advance my knowledge in PHP to make it better & just to know how.

So what're some resources you used to learn PHP? Looking forward to your responses!


RE: Good resources for learning PHP. - Ex094 - 07-22-2014

I learn PHP from this video course, it's a pretty good one actually I keep it with me all the time so If I forget some thing I can watch it again http://kickass.to/tutsplus-php-fundamentals-t6671312.html

It also teaches you to build your own small CMS system Smile


RE: Good resources for learning PHP. - Aut•ono•mous - 07-23-2014

(07-22-2014, 08:48 PM)Ex094 Wrote: I learn PHP from this video course, it's a pretty good one actually I keep it with me all the time so If I forget some thing I can watch it again http://kickass.to/tutsplus-php-fundamentals-t6671312.html

It also teaches you to build your own small CMS system Smile

You're the man!


RE: Good resources for learning PHP. - Anima Templi - 07-24-2014

Honestly, I prefer the official documentation in nice out of ten cases. It's almost always updated with the latest features, it's in most cases always correct what they write, plus it's easy to understand.

So, www.php.net/docs will be suggestion.


RE: Good resources for learning PHP. - Ligeti - 07-24-2014

(07-24-2014, 12:33 AM)Anima Templi Wrote: Honestly, I prefer the official documentation in nice out of ten cases. It's almost always updated with the latest features, it's in most cases always correct what they write, plus it's easy to understand.

So, www.php.net/docs will be suggestion.

Add to that, the fact that it has a whole section about security... something that you can't see people talking much about in their videos/tutorials.

Peace


RE: Good resources for learning PHP. - Ligeti - 07-24-2014

(07-22-2014, 08:48 PM)Ex094 Wrote: I learn PHP from this video course, it's a pretty good one actually I keep it with me all the time so If I forget some thing I can watch it again http://kickass.to/tutsplus-php-fundamentals-t6671312.html

It also teaches you to build your own small CMS system Smile

I should check that out later as well! Thanks for sharing Smile

Peace


RE: Good resources for learning PHP. - Sir12 - 07-24-2014

if you have a budget you can buy a Udemy course. Or; Choose CodeAcedemy.com, you learn it fast & correct way, for like first learning how to handle echo's, and if you're ready with PHP you automatic redirect to the OOP-course.


RE: Good resources for learning PHP. - The Real Slim Shady - 07-24-2014

(07-24-2014, 01:11 AM)Sir12 Wrote: if you have a budget you can buy a Udemy course. Or; Choose CodeAcedemy.com, you learn it fast & correct way, for like first learning how to handle echo's, and if you're ready with PHP you automatic redirect to the OOP-course.

Those courses are pretty crap imo - and for just about every course you can find 100% off coupons so you really dont need any budget for Udemy.


RE: Good resources for learning PHP. - Sir12 - 07-24-2014

(07-24-2014, 01:39 AM)Geoff Wrote:
(07-24-2014, 01:11 AM)Sir12 Wrote: if you have a budget you can buy a Udemy course. Or; Choose CodeAcedemy.com, you learn it fast & correct way, for like first learning how to handle echo's, and if you're ready with PHP you automatic redirect to the OOP-course.

Those courses are pretty crap imo - and for just about every course you can find 100% off coupons so you really dont need any budget for Udemy.
Give me an good argument why CA crap is?


RE: Good resources for learning PHP. - Anima Templi - 07-24-2014

(07-24-2014, 05:05 PM)Sir12 Wrote:
(07-24-2014, 01:39 AM)Geoff Wrote:
(07-24-2014, 01:11 AM)Sir12 Wrote: if you have a budget you can buy a Udemy course. Or; Choose CodeAcedemy.com, you learn it fast & correct way, for like first learning how to handle echo's, and if you're ready with PHP you automatic redirect to the OOP-course.

Those courses are pretty crap imo - and for just about every course you can find 100% off coupons so you really dont need any budget for Udemy.

Give me an good argument why CA crap is?
You don't really learn to program... CodeAcademy teaches you the syntax of a language, that's it. You don't really learn the key parts of programming, such as trouble shooting and creativeness.