Analysis & Solutions <mailto:[EMAIL PROTECTED]>
    on Tuesday, August 12, 2003 1:02 PM said:

> OR you can do...
>     $wresult .= $word_result;

Don't forget the space:

$wresult .= " ".$word_result;


c.

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

Reply via email to