At 3/19/2002, you wrote:
>Hi,
>I think the following lines could help you :
>
>$line = "Foobar foobar [EMAIL PROTECTED] foobar foobar";
>list($var1,$var2,$var3,$var4,$var5) = explode(" ",$line);
>echo "$var1 $var2 <a href="mailto:$var3";>$var3</a>." ".$var4." ".$var5";
>more or less... i am a newbie in this stuff...
>hope it helps you

I need to parse big texts (from SQL), so I think the best solution would be 
some regexp - only thing is that I have no clue on rexexps....


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to