Re: [PHP] Storing HTML string in database

2003-07-10 Thread Jacob C
Have a look at: http://www.php.net/addslashes Quoting Aaron Axelsen <[EMAIL PROTECTED]>: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I have a php script set up for a user to upload a word document, > which is then coverted to html form, which I would then lke to store > in a dat

[PHP] Storing SQL Queries for Reuse in Apps

2003-07-10 Thread Jacob C
Hello All, I just want to survey the list and see what kind of solutions people are using for the storage and reuse of SQL queries. Right now I am working on an application that has native SQL queries as well as custom queries that can be added by developers as they build on the framework. In