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 6354465
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T22:34:48+00:00 2026-05-24T22:34:48+00:00

<?php if (!empty($images)) { foreach ($images as $image): echo $html->image(‘uploads’ . DS . ‘images’

  • 0
<?php
if (!empty($images)) {
    foreach ($images as $image):
        echo $html->image('uploads' . DS . 'images' . DS . $image['Image']['img_file'], array('alt' => 'Gallery Image'));
    ?>
<br/>
<?php
        echo $this->Html->link(__('Delete', true), array('action' => 'delete', $image['Image']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $image['Image']['id']));
    endforeach;
}else {
    echo $this->Html->link(__('Add Profile Image', true), array('action' => 'add'));
}
?>

Hi How do I only show a single image from the database without using the foreach loop. For example, i have an image in the database “default.jpg”. if user did not add any image, a default image will be displayed. then if the user chose to add a profile image, the default image will be replaced to the new image the user selected. then if the user has deleted their profile image, the default image will be displayed.

  • 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-05-24T22:34:48+00:00Added an answer on May 24, 2026 at 10:34 pm
      <?php
      if (!empty($images)) {
       foreach ($images as $image):
           echo $html->image('uploads' . DS . 'images' . DS . $image['Image']['img_file'],    array('alt' => 'Gallery Image'));
    ?>
    <br/>
    <?php
        echo $this->Html->link(__('Delete', true), array('action' => 'delete', $image['Image']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $image['Image']['id']));
    endforeach;
    }else {
     echo $html->image('uploads' . DS . 'images' . DS . 'default.jpg',    array('alt' => 'Gallery Image'));
     echo "<br/>";
    echo $this->Html->link(__('Add Profile Image', true), array('action' => 'add'));
    }
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

this is my entire PHP code: <?php if(empty($_POST['selid'])) {echo no value selected; } else
I have this jquery code: $('#fr_tab').click(function() { $(#tab2).empty().html('<img src=images/loading.gif />'); var handle = setInterval(function
How to trim a PHP array and remove all empty indexes Array ( [0]
I'm trying to use empty() in array mapping in php. I'm getting errors that
Is there any function available in PHP to check whether an array is empty
Take this code: <?php if (isset($_POST['action']) && !empty($_POST['action'])) { $action = $_POST['action']; } if
I have this form for multiple images here: http://www.comehike.com/account/upload_hike_photos.php?hike_id=58 And when I try to
The following PHP, when passed this image , writes 0 bytes to $cache (but
What are the 'costs' involved in calling an empty PHP function? The main purpose
The empty() native in PHP will fail if the string is 0 or something

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.