9 PM
To: Chad Day; [EMAIL PROTECTED]
Subject: [PHP] Re: string formatting help
In the original message below, did you mean that you're actually
SEEING the tags in the output? If so, there may be a conversion
with htmlentities() going on somewhere that converts the tags to
<br> (so they are di
In the original message below, did you mean that you're actually
SEEING the tags in the output? If so, there may be a conversion
with htmlentities() going on somewhere that converts the tags to
(so they are displayed instead of being interpreted).
If you replaced the 's with spaces or newl
Maybe:
$array = explode("", $string);
foreach ($array as $key => $value) {
echo "$value";
}
Would separate the string by 's and print all in one line.
--
Julio Nobrega.
A hora está chegando:
http://sourceforge.net/projects/toca
"Chad Day" <[EMAIL PROTECTED]> wrote in message
[EM
3 matches
Mail list logo