disadvantages of php

Solutions on MaxInterview for disadvantages of php by the best coders in the world

showing results for - "disadvantages of php"
Julian
09 Oct 2017
1PHP is not that secure because of its open-source, as the source code can be easily available.
2PHP is not suitable for large content-based web applications.
3PHP has a weak type, which may lead to incorrect data and information to the user.
4PHP frameworks need to learn to use the PHP built-in functionalities to avoid writing additional code.
5PHP do not allow the change or modification in core behavior of the web applications.
6PHP frameworks are not the same in behavior so does their performance and features.
7Using more features of PHP framework and tools lead to poor performance of the web applications.