A blog with focus on technology, internet, mobile phone, IT Security, databases, open source, operating systems, Servers, news and life style

Interesting Sites

Archives

Posts Tagged ‘PHP’

Linux: 25 PHP Security Best Practices For Sys Admins

Linux: 25 PHP Security Best Practices For Sys Admins

Tweet PHP is an opensource server side scripting language and it is a widely used. The Apache web server provides access to files and content over HTTP OR HTTPS protocol. A misconfigured server side scripting language can create all sorts of problems. So, PHP should be used carefully. Here are twenty five php security best practices [Continue]

SQL Injection: How To Prevent Security Flaws In PHP / MySQL

Tweet What is SQL Injection Most new web developers have heard of SQL injection attacks, but not very many know that it is fairly easy to prevent an attacker from gaining access to your data by filtering out the vulnerabilities using MySQL extensions found in PHP. An SQL injection attack occurs when a hacker or [Continue]