hamza Posted May 8, 2010 Share Posted May 8, 2010 general idea about php security is : for SQL injection : mysql_real_escape_string for XXS use strip_Tags is it 100% secure solution form these attacks or plz guide me further about it. Link to comment https://forums.phpfreaks.com/topic/201115-php-security/ Share on other sites More sharing options...
phpSensei Posted May 8, 2010 Share Posted May 8, 2010 Whilst you pass information through cookies such as usernames, password (unlikely), status..etc Forwhatever reason that you do, try using sessions since its serverside and not client side and its much harder to hack.. You can learn more at http://www.developer.com/lang/php/article.php/918141/On-the-Security-of-PHP-Part-1.htm Link to comment https://forums.phpfreaks.com/topic/201115-php-security/#findComment-1055145 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.