Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8352141
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:52:57+00:00 2026-06-09T08:52:57+00:00

I am getting an error message that says my image cannot be displayed because

  • 0

I am getting an error message that says my image cannot be displayed because of errors. I looked at previous solutions to the problem but none has created any success. I made sure there are no blank lines, i have the html and the php seperate, and i have the right information before the header. Any help would be great as I think im missing something small.
Code is below.

html:

            <?php
        $images = "SELECT product_images.img_name, product_images.img_tag, product_images.img_family, product_images.img_id FROM product_images
INNER JOIN product_list
ON product_images.img_tag = product_list.product_tag && product_images.img_family = product_list.name_family";
    $img_list = mysql_query($images);
    while($rows = mysql_fetch_array($img_list))  {
        $img_name = $rows['img_name'];
        $img_tag = $rows['img_tag'];
        $img_family = $rows['img_family'];
        $img_id = $rows['img_id'];
        //echo $img_name;
?>
                <div>
                  <img src="view.php?imgid=<?php echo $img_id; ?>" />
                </div>  
<?php 
    }
?>

php:

<?php
require_once('april25_connect.php');
$dir = "product_images/";
$img = $_GET['imgid'];
$query = "SELECT * FROM product_images WHERE img_id = '$img'";
//echo $query,'<br>';
$newid = mysql_query($query);
if (!$newid) {
    echo "Query '$newid' failed <br />\n";
    echo "Error: ".mysql_error()." <br />\n";
    exit;
}else{
    while($returned_id = mysql_fetch_array($newid)) {
    $name = $returned_id['img_name'];
    $tag =  $returned_id['img_tag'];
    $family = $returned_id['img_family'];
    header ("Content-type: image/jpeg; image/gif; image/png");
    $fullpath = $dir.$name;
    echo $fullpath;
    }
}
?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T08:52:58+00:00Added an answer on June 9, 2026 at 8:52 am

    I think you’re approach is wrong. Shouldn’t your echo the $fullpath at the IMG html tag instead of the $img_id?

    <img src="view.php?imgid=<?php echo $fullpath; ?>" />
    

    Maybe I’m misunderstanding it, but it’s hard to tell by partly seeing the content of the script.

    P.S. I don’t see your script returning the $img_id var for use.

    I checked your product_images/ directory, it’s a level up, that makes it
    $dir = “../product_images/”;

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting an error message that says AttributeError: 'NoneType' object has no attribute
I am getting an error message that says undefined reference to encrypt(int, std::list<int, std::allocator<int>
When i use the following code i am getting the error message that says
I'm getting a error message that says missing ) after argument list and not
I'm getting an error that says: The model item passed into the dictionary is
I'm getting an error in my Android app that says source not found and
I'm getting error messages for no reason in RAD 8: And the error message
Am getting this error message and matched my brackets and couldn't find anything wrong.
Am getting following error message on calling WCF service: The formatter threw an exception
I'm getting this error message whiile running a Webservice I'm working on. it builds,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.