Posts Tagged: security
-
Nov 30, 2010
Comments Off7 Useful functions to tighten the security in PHP
Security is a very important aspect of programming. In PHP, there are few useful functions which is very handy for preventing your website from various attacks like SQL Injection Attack , XSS attack etc.Let’s check few useful functions available in PHP to tighten the security in your project. But note that this is not a...
-
Mar 16, 2010
Comments OffAnti Spam protection for your organization
Are you getting annoyed by spam emails? Are you spending a lot of time in deleting junk emails ? Then ,...
-
Mar 12, 2010
Comments OffPrevent your website being displayed inside IFRAME
Sites like Google Image search and goodphptutorials.com displays the website under the IFRAME and I...
-
Mar 03, 2010
Comments OffHow to filter user submitted data easily in PHP?
Yesterday, I saw one of my friend was working on the the contact form and was filtering the user input data(posted variables) individually. He was using a function in PHP to filter the input and...