sval Posted September 12, 2008 Share Posted September 12, 2008 I've got a job board website that displays a job description on a web page. The job description is stored in a longtext column of a mysql database. I thought I could just add html tags within the text and when that record was called the html would display but that's not happening. The first couple of sentences are displayed, but the display stops at the first html tag. Can someone explain this to me? Or point in the right direction to get this html to display properly? Thanks, Sylvia Link to comment https://forums.phpfreaks.com/topic/123961-displaying-html-from-a-longtext-data-type/ Share on other sites More sharing options...
BlueSkyIS Posted September 12, 2008 Share Posted September 12, 2008 have you viewed source to make sure the content isn't there? it could be a display problem, invalid html Link to comment https://forums.phpfreaks.com/topic/123961-displaying-html-from-a-longtext-data-type/#findComment-639887 Share on other sites More sharing options...
sval Posted September 12, 2008 Author Share Posted September 12, 2008 Thanks, you were right! The html is acting a little funny but it was there. Link to comment https://forums.phpfreaks.com/topic/123961-displaying-html-from-a-longtext-data-type/#findComment-639989 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.