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. Quote Link to comment 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. Quote Link to comment 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> Quote Link to comment 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? Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
co.ador Posted May 21, 2009 Author Share Posted May 21, 2009 it won't work anyways! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.