Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

Re: [PHP] inserting free-form text with quotes to mysql From: rm (richand2002 <email protected>)
Date: 07/20/01

you can try the lazy man's way....I just

replace the double quotes using ereg with &quot;
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>