SyntaxFix
Write A Post
Hire A Developer
Questions
function sendemail(Array $id,$userid){ // forces $id must be an array Some Process.... } $ids = array(121,122,123); sendmail($ids, $userId);