View Single Post
  #12  
Old 08-15-2014, 05:58 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 396,349
Hall of Famer is on a distinguished road
Default

I see, you can fix the slashes issue by adding function stripslashes($yourtext) to each content in TCell(except for the image). But it may not be necessary, perhaps you can start with $item->description only at first(so change TCell($item->description) to TCell(stripslashes($item->description))), since I speculate that the slashes issue is mainly there. If it also appears somewhere else, lemme know and I will see what I can do to fix it further for you.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote