$arr[0] = ' Hello.';
How can I separate them into two strings? Like:
Array
(
[0] => Array
(
[0] => " " //I added the quotes to notice the space.
[1] => Hello.
)
)TIA! Anguz
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

