Re: [PHP-DB] Creating/reading [TAGS]

2001-05-10 Thread Paul Burney

on 5/10/01 3:07 PM, David Balatero ([EMAIL PROTECTED]) wrote:

> I am making a content backend for my site, and I need pointers or ideas
> on how to implement a formatting system like the one seen in UBB or
> phpBB, that uses bracket tags to format content submissions. For
> example:
> 
> [b]bold[/b]
> etc.

Since phpBB is open source, you could probably look through the source code
and find it.  I would guess some kind of preg_replace loop.



Paul

++
Paul Burney
Webmaster and Open Source Developer
Educational Technology Unit
Graduate School of Education and Information Studies
University of California, Los Angeles
(310) 825-8365
<[EMAIL PROTECTED]>

++


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] Creating/reading [TAGS]

2001-05-10 Thread David Balatero

I am making a content backend for my site, and I need pointers or ideas
on how to implement a formatting system like the one seen in UBB or
phpBB, that uses bracket tags to format content submissions. For
example:
 
[b]bold[/b]
etc.
 
If anyone could help me on this, that would be great.
 
Thanks!
David Balatero
[EMAIL PROTECTED]