Page 1 of 1

No image displayed on local website

Posted: Mon Jul 25, 2011 9:33 am
by henry14
I have a live website is vplussup. Because i wanna do the testing local web before uploading image to the real website, i use Xampp to do this. After setting up developing environment, i run the local website and everything is ok except the image. It is not displayed on local website.
Here is my problem
Image
This is my live website
Image
The view source code of live website
<div class="product_image_div">
<img src="http://www.vplussupermarket.com/media/i ... 1256-1.jpg">
</div><div class="brand_name">&nbsp;</div><div class="product_name">Casserole Chuck Steak</div><br>

And the view source code of local website
<div class="product_listing" id="product1256"><div id="product_details1256">
<img src="http://localhost/vplussup/public_html/m ... _image.jpg
"><div class="brand_name">&nbsp;</div><div class="product_name">Casserole Chuck Steak</div><b>
Please help me, this is my project :(. Thank you very much!

Re: No image displayed on local website -Kohana php framewor

Posted: Mon Jul 25, 2011 1:26 pm
by Benjamin
:arrow: Moved to PHP - Code