Raraken
03-18-2004, 11:22 PM
Alright, if anyone has ever seen those BBcode systems, you would know that while editing a post, you might have somthing like:
"[ quote ]blahblahblah[ /quote ]"
and then when it ould run therough the php it interpreted
[ quote ]
as, say:
<HR>
and [ /quote ] as another:
<HR>
How would I have php import a file, and interpret things like [this] and then render as a completly diffrent html code?
"[ quote ]blahblahblah[ /quote ]"
and then when it ould run therough the php it interpreted
[ quote ]
as, say:
<HR>
and [ /quote ] as another:
<HR>
How would I have php import a file, and interpret things like [this] and then render as a completly diffrent html code?