Hello everybody,
I'm new to this forum, and pretty new to databases. I use php MySQL and Dreamweaver. I have this problem: I need to create an efficient way to upload/update images in a website, like this:
http://www.centralmadeirense.com.ve/viveres.html
Until now the little icons, product info, prices, etc, are updated by hand!, one by one. I've been asked to create a form where the administrator could upload the icons, product info, etc. more efficiently and make them appear in the proper place (e.g. using a table like the example above). I'm sure this can be achieved using a dynamic site.
I know one can store all this info into a db, including the pics. But after reading some tutorials, I find them too hard (the storing pics directly in the db part). Is there a way to just store the pics in a folder of my server, and then use the db to manipulate this information? I don't really need to store the actual images into the db, just a link to them.
Let's be more specific. I know how to create a recordset and bind the name, price, and description of the product into an php document. I know even how to create a form to do all this automatically. But I don't know how to bind the images located in a folder of my server and "paste" them into the proper place into the php document.
Any help would be appreciated
Eduardo