Either of these should work:
preg_match("/\b.*\b/", trim($zutat), $matches);
Thank you - that's the solution :-)
mfg - micha
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Either of these should work:
preg_match("/\b.*\b/", trim($zutat), $matches);
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php