Remove value from array


/ Published in: PHP
Save to your folder(s)

Remove $value from $array


Copy this code and paste it in your HTML
  1. $new_data = explode(',',str_replace($value . ',' , '' , (join(',',$array))));

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.