McInfo wrote:Rapid-fire posting is a good strategy for convincing other forum users to ignore your thread. It creates the illusion that everyone has abandoned you. It also demonstrates that you are more interested in asking questions than listening to the answers or thinking for yourself.
Take some time to think about your problem and form a concise but complete post that addresses all of your problems, then wait for someone to respond. If you think of something to add, edit your last post rather than firing off multiple posts in a row.
You may be right but I've been struggling with this for about 9 or 10 hours; and i know it's a simple thing but i'm just a noobie .
I guess I need to do something like:
Code: Select all
$bbb='';
$order = "\n";
$replace = '<br />';
foreach ($newaaa as $result) {
//if (trim($result))
{
$newaaa[] = str_replace($order, $replace, $result);
$bbb[ .... ]=$result;
}
}
Or I just wrap it all in <pre> ... </pre> will be ok but it doesn't work, again because $aaa is not a string i guess but an array of strings.