Hi again,
Thanks heaps for your replies.
Let me see if I understood you correctly. You are saying:
I make a database in MySql. And inside a images column, I simply put the URL to the images in the the server (eg. C:/websitename/images/123.jpg) or something like that.
And phisically put all the products images in side the above URL in the server (and not inside the MySql database for better performance.
But can put long articles about the products inside the MySql database directly in a Articles columns?
Is that right?
Another question?
Do you think I can put say a thumbsize picture in the database and the in the HTML page, link that thumb to a larger picture in side the server images file?
I am using Dreamweaver to build the pages. It can build Dynamic table, (meaning table is formed dynamically in accordance with the MySql database tables)
Can you suggest where I can get some good ideas about building shopping store? Like tips on these kinds of matters.
Thanks again for your help,
PHPDUDE108