how can i do that array??
Posted: Sun Mar 27, 2011 12:21 pm
hello everybody,
this string "my name is Buffon"
i want to take the parts of that string in an array without whitespace
i want the array come
Array ( [0] => my [1] => name [2] => is [3] => Buffon )
without any space
help . please with little explain
regards,
Buffon
this string "my name is Buffon"
i want to take the parts of that string in an array without whitespace
i want the array come
Array ( [0] => my [1] => name [2] => is [3] => Buffon )
without any space
help . please with little explain
regards,
Buffon