More comments here: https://www.reddit.com/r/PHP/comments/44qmao/what_is_cool_ab...
What is cool about PHP programming?
11–16 of 16 posts
Re: What is cool about PHP programming?
#12Stateless, request-lifetime model works well for web, big library of packages, huge hosting market, simple to pick up. At the end of the day it's a language and like English it has it's faults (i before e, array before key) but you know you can go to any server and speak it and get something done.
Re: What is cool about PHP programming?
#13It quickly enables first time programmers to experience that amazing feeling of omnipotency that comes when creating something.
Re: What is cool about PHP programming?
#14You can read and write .xls files with it.
Re: What is cool about PHP programming?
#15For me, the ability to get from zero to a business-worthy MVP in a matter of hours if you know what you're doing.
Re: What is cool about PHP programming?
#16It supports procedural, functional, and object-oriented programming. You could even mix-and-match styles if needed.
Sure, it might not do them all 100% perfectly, but it does them well enough to get things done.