|
|
|
|
|
by cleong
2992 days ago
|
|
PHP was built for the web and has been successful at that job. It is easy to use because the core developers have made some good design choices for the task at hand. For example no threads, stateless requests, core functionality focused on outputting HTML, etc. MySql and PHP are good. They do the job they were designed for in a cost effective way and of course that means there will be trade offs. |
|
Sure, you can knock up a contact form in it really quickly, but that ease of use hides significant dangers.
I've programmed it, it's a terrible language.