Question
Problem when displaying images when working with PHP, mysql and dreamweaver in a brower
Hey Guys
I am new to dynamic development but I already did some research and tutorials about how to get a dynamic web site working with PHP and Mysql in Dreamweaver. I set up a test page to view some content on it directly from the mysql database and it worked just fine in dreamweaver only when I pressed the live data view.
When I tried to view the same page using the browser preview with firefox and internet explorer, plain text from the database was correctly displayed on the brower but the images were absent.
In the mysql database I used the varchar as my picture data type field so that I will refer in dreamweaver in the data binding panel in the img.src to the picture column of my database.
I anyone can tell me what am I doing wrong so that my pictures are not displayed in the browser when i click the browser preview facility in dreamweaver I would be very very and very pleased ! 🙂
I am new to dynamic development but I already did some research and tutorials about how to get a dynamic web site working with PHP and Mysql in Dreamweaver. I set up a test page to view some content on it directly from the mysql database and it worked just fine in dreamweaver only when I pressed the live data view.
When I tried to view the same page using the browser preview with firefox and internet explorer, plain text from the database was correctly displayed on the brower but the images were absent.
In the mysql database I used the varchar as my picture data type field so that I will refer in dreamweaver in the data binding panel in the img.src to the picture column of my database.
I anyone can tell me what am I doing wrong so that my pictures are not displayed in the browser when i click the browser preview facility in dreamweaver I would be very very and very pleased ! 🙂
