co.ador Posted May 21, 2009 Share Posted May 21, 2009 i have the fallowing set up in the image field `lgImg` varchar(100) default NULL, path _nyhungry/_images/photo-food-i8k.gif But the php script somehow don't retrieve the image field need help. Link to comment https://forums.phpfreaks.com/topic/159049-need-help-passing-a-image-from-mysql/ Share on other sites More sharing options...
waynew Posted May 21, 2009 Share Posted May 21, 2009 Check your the HTML source of the webpage after it loads and post it (the image html) back here. Link to comment https://forums.phpfreaks.com/topic/159049-need-help-passing-a-image-from-mysql/#findComment-838743 Share on other sites More sharing options...
co.ador Posted May 21, 2009 Author Share Posted May 21, 2009 <table id="demas" width="1000" style="float:left; width:500px; "> <ul id="nav-subjects-thumbs"> <li><a href="example2.php?subject=1"><img width="180" height="70" alt="Sneakers" scr="_store/_images/airforce.gif" /></a></li> <li><a href="example2.php?subject=2"><img width="180" height="70" alt="Shoes" scr="_store/_images/shawq.gif" /></a></li> <li><a href="example2.php?subject=3"><img width="180" height="70" alt="Dressshoes" scr="_store/_images/fila.jpg" /></a></li> <li><a href="example2.php?subject=4"><img width="180" height="70" alt="Boots" scr="_store/_images/airnike.gif" /></a></li> <li><a href="example2.php?subject=5"><img width="180" height="70" alt="womanshoes" scr="_sotre/_images/addidas.gif" /></a></li> </ul> </table> Link to comment https://forums.phpfreaks.com/topic/159049-need-help-passing-a-image-from-mysql/#findComment-838762 Share on other sites More sharing options...
waynew Posted May 21, 2009 Share Posted May 21, 2009 Copy and paste the url of the image into your url bar and see if you can manually view them. Are you sure they're being uploaded? Link to comment https://forums.phpfreaks.com/topic/159049-need-help-passing-a-image-from-mysql/#findComment-838778 Share on other sites More sharing options...
co.ador Posted May 21, 2009 Author Share Posted May 21, 2009 If I put _sotre/_images/addidas.gif that path along in the search bar on the browser it direct me to google with references to addidas. It doesn't show the image in conclusion. Link to comment https://forums.phpfreaks.com/topic/159049-need-help-passing-a-image-from-mysql/#findComment-838783 Share on other sites More sharing options...
sellfisch Posted May 21, 2009 Share Posted May 21, 2009 <img width="180" height="70" alt="Sneakers" scr="_store/_images/airforce.gif" /> Maybe you sould user src instead of scr Link to comment https://forums.phpfreaks.com/topic/159049-need-help-passing-a-image-from-mysql/#findComment-838801 Share on other sites More sharing options...
co.ador Posted May 21, 2009 Author Share Posted May 21, 2009 hey that's a obvious and good a idea Link to comment https://forums.phpfreaks.com/topic/159049-need-help-passing-a-image-from-mysql/#findComment-838944 Share on other sites More sharing options...
co.ador Posted May 21, 2009 Author Share Posted May 21, 2009 it won't work anyways! Link to comment https://forums.phpfreaks.com/topic/159049-need-help-passing-a-image-from-mysql/#findComment-838946 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.