$text =
preg_replace("/\[colour=(.*?)\](.*?)\[\/colour\]/i
s", "\\2",$text);
$text =
preg_replace("/\[font=(.*?)\](.*?)\[\/font\]/is",
"\\2",$text);
return nl2br($text);
}
-Original Message-
From: Anthony Ritter
[mailto:[EMAIL PROTECTED]]
HTML
equivalent.
---John Holmes...
> -Original Message-
> From: Anthony Ritter [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, May 25, 2002 8:39 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] bulletin board question...
>
> To all,
> On a bulletin board (non-usenet)
]>
> Date: Sat, 25 May 2002 19:39:10 -0500
> To: [EMAIL PROTECTED]
> Subject: [PHP] bulletin board question...
>
> To all,
> On a bulletin board (non-usenet) within a website, is it possible to change
> the color or size of the type - or add a link from a word that the user has
To all,
On a bulletin board (non-usenet) within a website, is it possible to change
the color or size of the type - or add a link from a word that the user has
posted?
For example, John Doe posts:
"Man, it's hot out here today!"
Where John changes the default font color - which is black - of th
4 matches
Mail list logo