Hello guys,

I've been playing around with php / sql programming like 6 months now. I would love to know what is the most basic security that I need to apply for php programming ... well at least the basic..

Well if you can list down .. and some snippets example..

Recommended Answers

All 2 Replies

Security points:

serialize data

strip tags

salt your passwords

use md5 encryption with salt

learn php oop and mvc pattern

work with a framework like zend codeigniter cakephp symfony smarty a lot more

look at the xss atack tehnic

look at ddos tehnic this tehnics will show you how a hacker thinks and prepare you for your security implementations

commented: very interesting +2
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.