hi all, i'm trying to create an script that cut's the text when a "." ( dot ) is found in one of the last words..
i'm trying it with preg_match but it seems not to work.
this is what i'm trying :
if($i==15) {
if(preg_match("/./",$text2[15])) {
$text3 .= "($i $text2[15] )";
break;
}
}
could some one tell me what i'm doing wrong?
thnx
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

