Re: [PHP] Re: Converting HTML to BBCode

2006-03-08 Thread Curt Zirzow
I dont know where this thread came from but... On Mon, Mar 06, 2006 at 12:33:32PM -0700, J_K9 wrote: > ... > ---CODE--- > > $text = $_REQUEST['text']; > > echo ''; > > $translate_array = array( > ... > ''); > > $replace_array= array_values($translate_array); And: $replace_array =

Re: [PHP] Re: Converting HTML to BBCode [SOLVED]

2006-03-07 Thread Rafael
Hi, I'm glad it worked (so far, hehe) Also, there's something I forgot to tell you (though I think you may as well be already doing this): there will be some unknown tags for the to_bbcode() function (even maybe some variations of those that it should recognize but it won't), so you