Re: [PHP] preg_match

2003-08-02 Thread Michael Temeschinko
Hank Tt wrote: 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

[PHP] Re: preg_match

2003-08-02 Thread Michael Temeschinko
Lee Doolan wrote: "Michael" == Michael Temeschinko <[EMAIL PROTECTED]> writes: Michael> Hello, Michael> I would like to split a String containing ingredience with additional Michael> assigned footnotes... Michael> my problem I only get the first ingred

[PHP] preg_match

2003-08-02 Thread Michael Temeschinko
Hello, I would like to split a String containing ingredience with additional assigned footnotes... my problem I only get the first ingredience ($zutat at line 32 has only one times the awaited value) but the print on line 29 shows me that the value of $zutat is right at this point. what's wro

[PHP] fsockopen() with SSL?

2003-02-28 Thread Michael Temeschinko
Hello, is it possible to fetch a Website via SSL? Greetings fom Germany Micha -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php