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]'"; Quote Link to comment Share on other sites More sharing options...
r-it Posted June 11, 2007 Share Posted June 11, 2007 isnt it supposed to be implode Quote Link to comment 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?? Quote Link to comment 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" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.