PLEASE HELP: Dynamic Images not showing up on site

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
bjstyl2
Forum Newbie
Posts: 3
Joined: Mon May 25, 2009 10:57 pm

PLEASE HELP: Dynamic Images not showing up on site

Post by bjstyl2 »

PLEASE help... I need to get this site up and running. I am able to upload the images through an admin section. The images are renamed, the information stored in a database and the images put into a folder. For some reason the images do not load on the page.

Please help. If you need to see the site to know what I am talking about, please PM me.

I need help so anything you may be able to suggest is very much appreciated.
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: PLEASE HELP: Dynamic Images not showing up on site

Post by Darhazer »

Well, without some code we cannot help you.
Do you try to load the images in HTML using IMG tag and URL to the image, or the image is outputed by a PHP script? In the first case, try copying the image URL and opening in a browser. If receive 403 - this is a problem with the file/folder permissions. If error is 404, check the URL and where the file actually is.

In the second case, show us the PHP code.
Post Reply