dlebowski Posted August 12, 2008 Share Posted August 12, 2008 Should I concerned about security with the code below? If so, how would I use mysql_real_escape_string to secure it? Thanks in advance. if(isset($_POST['submit1'])) Link to comment https://forums.phpfreaks.com/topic/119326-solved-securiey-and-isset/ Share on other sites More sharing options...
trq Posted August 12, 2008 Share Posted August 12, 2008 There is nothing particularely insecure about that one line of code, and unless your are planning on inserting the value contained within $_POST['submit1'] into your database there is no need to escape its value. Link to comment https://forums.phpfreaks.com/topic/119326-solved-securiey-and-isset/#findComment-614703 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.