cherankrish Posted March 19, 2008 Share Posted March 19, 2008 mail($to,$subject,$message,$_GET['from_mail']) what kind of security hole ? can anyone answer please? Link to comment https://forums.phpfreaks.com/topic/96846-very-simple-question/ Share on other sites More sharing options...
DaveLinger Posted March 19, 2008 Share Posted March 19, 2008 well since GET is taken from the url, someone, for example, could make the url file.php?from_mail=null)fopen(C:/windows/php.ini); or other malicious code. Link to comment https://forums.phpfreaks.com/topic/96846-very-simple-question/#findComment-495640 Share on other sites More sharing options...
roopurt18 Posted March 19, 2008 Share Posted March 19, 2008 We're not here to answer your quiz or homework questions. Link to comment https://forums.phpfreaks.com/topic/96846-very-simple-question/#findComment-495693 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.