Namtip Posted August 29, 2010 Share Posted August 29, 2010 Besides "mysql_real_escape_string"ing all the user input what other security strings should you definitely include n your site? Link to comment https://forums.phpfreaks.com/topic/211984-what-are-the-101s-of-php-security/ Share on other sites More sharing options...
redarrow Posted August 29, 2010 Share Posted August 29, 2010 imposable to answer, unless we see the code... cheek all user input, cheek all input,cheek again.... Link to comment https://forums.phpfreaks.com/topic/211984-what-are-the-101s-of-php-security/#findComment-1104765 Share on other sites More sharing options...
jcbones Posted August 29, 2010 Share Posted August 29, 2010 Here is a paper that details what to expect kiddies to try, and how to get around it. But, you will have to read and comprehend. Link to comment https://forums.phpfreaks.com/topic/211984-what-are-the-101s-of-php-security/#findComment-1104768 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.