upgarded to php 5 thml not displayed correctly

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
samuicom
Forum Newbie
Posts: 1
Joined: Fri May 12, 2006 6:53 am

upgarded to php 5 thml not displayed correctly

Post by samuicom »

We have just upgraded our OScommerce site to PHP5, most of the issues have been resolved. Only one remains

in that when we place HTML in a description field and press to preview this to see waht the page would look like

all the HTML

Code: Select all

<>
brackets are changed to _ ie

Code: Select all

<strong>
is displayed as _strong_

any help to fix this

Cheers Wayne
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

Would need to see code which handles the submitted values and outputs it - it looks like some mechanism to prevent html.
Post Reply