Is PHP Secure?
Is PHP Secure?
"PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple
of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write
dynamically generated pages quickly." -PHP Manual
- The language is rarely to blame
- PHP is the implementation, usually it is the application design which has security flaws.
[design] -> [implementation]
- Shallow learning curve
- Many convenience functions
- Not enough security presentations ;-)