No image displayed on local website

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
henry14
Forum Newbie
Posts: 3
Joined: Mon Jul 25, 2011 9:22 am

No image displayed on local website

Post 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!
Last edited by henry14 on Thu Jul 28, 2011 6:40 am, edited 1 time in total.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

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

Post by Benjamin »

:arrow: Moved to PHP - Code
Post Reply