Martin Alterisio wrote:
1) Check that the string is not being truncated because of the column length
This was not it.
2) If you're seeing this data being truncated in the html output of your site, check if it isn't being caused by outputing the data without properly encoding special html characters.
Yup! This was it. The data was fine in the database, so I wrapped the output with htmlentities() and all came out good.
Thanks to Martin and all who made suggestions.
3) ..... dunno
See number 2 ;) Thanks again! -- Skip Evans Big Sky Penguin, LLC 61 W Broadway Butte, Montana 59701 406-782-2240 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php