[PHP] Re: Returning html code-PROB SOLVED

2001-12-17 Thread Steve Osborne
snip Does anyone know of an easy way to store html code in a mysql database, and then retreive it, in such a way that it can display the page as if it were a standard html page? Would using php be of benefit to me? snip Figured it out. I completely forgot about two php functions that

Re: [PHP] Re: Returning html code-PROB SOLVED

2001-12-17 Thread Kevin Stone
Ahh.. I was about to reply but nevermind. The two functions you're talking about are addslashes() and stripslashes(). Yes those are very handy. :) snip Does anyone know of an easy way to store html code in a mysql database, and then retreive it, in such a way that it can display the