1. what do you want the tags to be? a simple str_replace('','',$text)
will strip the tags...
2. use html text
jack
Lerp wrote:
> I have a small php app that I'm building to display, insert, edit, etc...
> various types of code snipits (asp, php, html, etc...) in a db. I also have
> a downloa
I see 2 possibilities to go and 1 warning:
1th way to go:
you insert another field into your db called "originalCode" for example
where you insert the code also but don't modify it at all. If someone wants
to download the code you fetch the code from that field
2th way to go:
you stay with
2 matches
Mail list logo