I am working with PHP and MySQL. I have a form to edit data existing in the database. When viewing the form, one of the fields has data that will contain quotation marks. If I pull this into the form in a textfield from the database with <? echo $kddim ?> or <?=$kddim?> it truncates at the point where the quotation mark exists.
Is there a way around this? I cannot use backslashes in the database because they show in the page output. The only place it truncates in when outputting the data to the textfield in the form for editing. Any solutions? Suzi Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
