Hi,

Could somebody help me out please? I am in a situation that I need to create two databases for different kind of images on one website. I would like to do this with PHP and MYSQL. One of the databases will hold images for full-time students, while the other one will hold images for part-time students.

I know that I can also achieve this by creating just one database with two tables. One table for each group of students.

My first problem is, I do not know how to create a database or table that holds images. The students will not be asked to upload the images. I will be doing that myself. However, the students will be writing articles and their images will be displayed alongside each article they write. If I were to create a database with a table for normal data I wouldn't have much trouble with that.

I will use PHP to display the article and the image on a web page. Is it possible to create a database or table that holds images and text?

Could someone give me a hand or point me to available resources (eg code or tutorial) somewhere to start from please?

Thanks in advance.

Menre