I'm designing a dynamic website with Joomla and my PHP part is handled by Dreamweaver.
I'm using Navicat Premium to build my database.
One raw (varchar) in my database contains images. I found that having images as BLOBS
in database is not a good idea.
But, Linking the image as /img/image.php
in the cell is not working.
Actually I'm using Dreamweaver to fetch database table to the result page.
Please help me in-
- Inserting the image link to the cell via Navicat Premium.
- Any modifications I should do in Dreamweaver after inserting the proper link in the cell.
Thanks.!
Screenshot of result page