Re: [PHP] How do I add PHP code into a DB field

2005-02-17 Thread Bret Hughes
On Fri, 2005-02-18 at 00:45, Tim Burgan wrote: > Hello, > > > On my page, all my content is updated via a textarea online. > > If I include PHP code embeded with my HTML in the textarea, the database > converts it to plain text, instead of code that can be used. It doesn't > convert < to < tho

[PHP] How do I add PHP code into a DB field

2005-02-17 Thread Tim Burgan
Hello, On my page, all my content is updated via a textarea online. If I include PHP code embeded with my HTML in the textarea, the database converts it to plain text, instead of code that can be used. It doesn't convert < to < though, it's still in the database as <, just when it's read out aga