Jqzoom how to load images from database
Dear ,
Sorry for my bad english .
I am a retired truck driver who learns programming . for my hobby
I want to save the jqzoom demo_standard.html as . Php and retrieve images from msql database
The demo_standerd . html works well . Now I want the same in a php page
I want all the image in the html demo retrieve from my msql database.
Find no solution
How do I do that ?
Here the code where the images should come from msql database
- <div class="clearfix">
<a href="imgProd/triumph_big1.jpg" class="jqzoom" rel='gal1' title="triumph" >
<img src="imgProd/triumph_small1.jpg" title="triumph" style="border: 4px solid #666;">
</a>
<select style="position:absolute;left:800px;top:120px;"><option>test ie6</option></select>
</div>
<br/>
<div class="clearfix" >
<ul id="thumblist" class="clearfix" >
<li><a class="zoomThumbActive" href='javascript:void(0);' rel="{gallery: 'gal1', smallimage: './imgProd/triumph_small1.jpg',largeimage: './imgProd/triumph_big1.jpg'}"><img src='imgProd/thumbs/triumph_thumb1.jpg'></a></li>
<li><a href='javascript:void(0);' rel="{gallery: 'gal1', smallimage: './imgProd/triumph_small2.jpg',largeimage: './imgProd/triumph_big2.jpg'}"><img src='imgProd/thumbs/triumph_thumb2.jpg'></a></li>
<li><a href='javascript:void(0);' rel="{gallery: 'gal1', smallimage: './imgProd/triumph_small3.jpg',largeimage: './imgProd/triumph_big3.jpg'}"><img src='imgProd/thumbs/triumph_thumb3.jpg'></a></li>
</ul>
</div>
Anyone have a solution for me
Many thanks