$Str = apple,orange,cyanide,bananna
$Arr = split(",",$Str);

How do I remove the unwanted value from the array?
(in this example, Cyanide ($Arr[2]) from the Fruit array)???

Thanks.

array_splice()???


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to