Learning PHP security and infrastructure concepts

I am a computer science student. I know that there is a saying “do not reinvent the wheel”, but I believe that the best way to truly learn is to write things from scratch. However, when the idea is clear, start using industry-proven tools.

So far, my PHP web applications are relatively simple from a PHP point of view, so I try to learn new frontiers like security and infrastructure concepts. I read this PHP beginner security book. What would be other suggestions for exploring more advanced security approaches in the industry? There will also be recommendations for learning more advanced PHP functions and their proper implementation, such as rewriting URLs (handling rewriting since Apache takes care of real rewriting), as well as what topics a PHP developer (or web -developer - PHP, Python, Ruby, etc.)?

+5
source share
2 answers

Essential PHP Security - . OWASP, Pro PHP Security. , , .

mod_rewrite, , Smashing.

+2

( ) -, , .

, ,

,

- , CMS PHP, Joomla (Personal Favorite), , Wordpress CodeIgniter. .

, !

+2

All Articles