PHP suffers from a few major problems:
- The need to have a <?php tag at the top of any file, and having the script send anything outside of the <?php tag to standard output.
- Almost no ability to do any form of asynchronous operations
- Vulnerability to injection and XSS attacks (Though many languages have this problem)
There is also the fact that as languages go PHP is just not very elegant. spend a few hours with python, ruby or javascript and PHP will feel painful.
No comments:
Post a Comment