I'm about to convert a static blog
http://www.blog.lindenlangdon.com
into a php / mysql site. I figure to put the conten into a mysql database and it should be easy enough. The idea is once I have recreated the current articles I can start worrying about adding functionality like comments etc.
If you look at the site there are often images in the blog entries. How would you suggest I store these? I know as BLOBS, I mean how would I relate the images and display the text in the same way.
Each blog article consists of paragraphs inside a container div. EG.
<div>
<p>something</p>
<p>something else</p>
<img src="something"/>
<p>something more again</p>
</div>
I am just a bit blank as to how to go about delivering the specific paragraphs and images (which vary) as one unit from the database.
Any ideas or suggestions on this would be greatly appreciated.
Steven Clark
www.nortypig.com
www.blog.nortypig.com