Return to Snippet

Revision: 18364
at September 29, 2009 06:59 by svenito


Initial Code
$new_data = explode(',',str_replace($value . ',' , '' , (join(',',$array))));

Initial URL


Initial Description
Remove $value from $array

Initial Title
Remove value from array

Initial Tags
array

Initial Language
PHP