rahulvicky00 Posted December 16, 2011 Share Posted December 16, 2011 My db table has columns "id" (int-11), "date(varchar-50)", "author name(varchar-100)", "text (varchar-100000)"... I am storing images + text in text field of database. Everything is going fine while i am using ckeditor to insert data into the database for that particular text field. Now when i am retrieving data from database... i am able to extract id, date, autorname successfully (i have check it while the issue came)..but when i am trying to retrieve text field which have image, that jumps to page not found error... what could be the issue... am i having problem with database or editor that i am using???? Quote Link to comment Share on other sites More sharing options...
sunfighter Posted December 16, 2011 Share Posted December 16, 2011 store images as a blob. Quote Link to comment Share on other sites More sharing options...
rahulvicky00 Posted December 16, 2011 Author Share Posted December 16, 2011 store images as a blob. Its not only images are going to store on that, there is a combination of images and text...By the way it stores the URL of the image in that column. The whole text is stored as text in the column... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.