shirvo Posted June 11, 2007 Share Posted June 11, 2007 Can any one tell me what this bit of code does and what is wrong with it. $sql = "DELETE FROM myPMs WHERE id IN ('" . imlode("','", $_POST['del']) . "') AND to_id = '$_SESSION[userid]'"; Link to comment https://forums.phpfreaks.com/topic/55073-code-help/ Share on other sites More sharing options...
r-it Posted June 11, 2007 Share Posted June 11, 2007 isnt it supposed to be implode Link to comment https://forums.phpfreaks.com/topic/55073-code-help/#findComment-272246 Share on other sites More sharing options...
shirvo Posted June 11, 2007 Author Share Posted June 11, 2007 then what is it meant to be?? Link to comment https://forums.phpfreaks.com/topic/55073-code-help/#findComment-272255 Share on other sites More sharing options...
chrisuk Posted June 11, 2007 Share Posted June 11, 2007 then what is it meant to be?? I think what r-it means is should be "implode" but you have typo'd it and it says "imlode" Link to comment https://forums.phpfreaks.com/topic/55073-code-help/#findComment-272274 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.