RE: [PHP] bulletin board question...

2002-05-25 Thread SP
$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]]

RE: [PHP] bulletin board question...

2002-05-25 Thread John Holmes
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)

Re: [PHP] bulletin board question...

2002-05-25 Thread Richard Baskett
]> > 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

[PHP] bulletin board question...

2002-05-25 Thread Anthony Ritter
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