Combine text and images PHP MySQL

I’m doing this CMS. I already can automatically parse URLs, and insert binary data into a MySQL database. Thanks to you guys.

I can insert JPGs or GIFs to my database, but what would be the best way to insert the image into the body of the page.

For example:

database: CONTENT

table: TEST (contains the text that’s supposed to go in the body)
table: testBlobs (contains the images)

How can I display the text inside TEST and still display images inside testBlobs around the text?

Vash… you’re the man! Those tutorials really REALLY helped me. And yeah… it would be a great idea to write one yourself. I’ll surely read every word. You have been soooo helpful that I would like to add some comments in the little CMS where there is a list of THANKS, and you would surely be included… something like

Special thanks to
Vash from Kirupa.com

It would be done in some weeks. I’ll try to post it in the Reviews Forum so you guys can see it. Thanks a whole lot man! :smiley:

Sounds good. Right now I am actually rebuilding a CMS that I constructed almost a year ago. When I look at the old code its a wonder that it even worked at all, I really had no idea what I was doing. :slight_smile: I’m glad I helped.