php-general | 2001072
Date: 07/20/01
- Next message: Don Read: "Re: [PHP] Re: (another, not entirely)sessions question"
- Previous message: James Willard: "[PHP] Retrieving a PDF file from a MySQL database"
- In reply to: garman: "[PHP] inserting free-form text with quotes to mysql"
- Next in thread: Don Read: "RE: [PHP] inserting free-form text with quotes to mysql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
you can try the lazy man's way....I just
replace the double quotes using ereg with "
whatever the html code is for quotes. I store in my
mysql that way and write it to web pages....
--- garman <garman <email protected>> wrote:
> I'm creating a specialized "suggestion box" type of
> web application in PHP.
> I'm using MySQL for data storage.
>
> Whenever I try to submit text that contains a double
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Don Read: "Re: [PHP] Re: (another, not entirely)sessions question"
- Previous message: James Willard: "[PHP] Retrieving a PDF file from a MySQL database"
- In reply to: garman: "[PHP] inserting free-form text with quotes to mysql"
- Next in thread: Don Read: "RE: [PHP] inserting free-form text with quotes to mysql"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

