Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Get image from database to show in post. (Stored as blob)

enter image description here

Heres what im doing. Scraped content is uploaded to my database. There are a few columns which are post id, title, description and image. The image column contains the url to the scraped image and is saved as blob. Im using a script that automatically creates wordpress posts from this data (id, title, desc and img). Everything works as expected, but im wondering how to get the image to show up in the post?

Comments