I'm new to the list, and I cannot find out whether this question has been
asked before (I'm sure it is)

I have a table called 'paragraph' and one called images:
paragraph: id ; text ; author ; ....
images: url; subscript; ....

I want my PHP to insert a <IMG> tag in a specified place in the text
(like one normally does in html).
But how must I set this up?
Has anyone done it before? (Must be..) Are there standard and often used
ways of
doing these kind of things?

I thought of making a column imglocation in 'paragraph' type INT
giving the number of words/characters after wich the image needs to be
inserted.
But it seems to me this is not the way to go. Any tutorials on this
online? And where?

Thanx for reading, Ber


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to