Jump to content

data extraction from databse issue


rahulvicky00

Recommended Posts

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????

Link to comment
https://forums.phpfreaks.com/topic/253299-data-extraction-from-databse-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.