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

  • Home
  • SEARCH
  • 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 8647135
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T12:59:24+00:00 2026-06-12T12:59:24+00:00

How to print a value from mutiple arrays in PHP? e.g. Here is the

  • 0

How to print a value from mutiple arrays in PHP?

e.g. Here is the structure I have and I want to print filepath from these arryas, here it’s clear that we have two arrays but in my case it’s dynamic. How can I print filepath from unknown number of arrays?

[field_pic] => Array
    (
        [0] => Array
            (
                [fid] => 29
                [uid] => 1
                [filename] => 011.jpg
                [filepath] => sites/default/files/011.jpg
                [filemime] => image/jpeg
                [filesize] => 154608
                [status] => 1
                [timestamp] => 1349463183
                [list] => 1
                [data] => 
            )

        [1] => Array
            (
                [fid] => 31
                [uid] => 1
                [filename] => 019.jpg
                [filepath] => sites/default/files/019.jpg
                [filemime] => image/jpeg
                [filesize] => 158635
                [status] => 1
                [timestamp] => 1349463188
                [list] => 1
                [data] => 
            )
    )
  • 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-12T12:59:25+00:00Added an answer on June 12, 2026 at 12:59 pm

    try:

    for($i = count($field_pic) -1 ; $i >= 0 ; $i-- ){ //You have to substract 1 to the array length because it's of bound
        echo "filepath=" . $field_pic[$i]['filepath'];
    } 
    

    Example :

    $arr = array(1,2,3) 
    

    Count($arr) = 3;
    but `$array[3] = undefined;

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

Sidebar

Related Questions

How to print a value in the text box from the text file? Using
How to ignore if array(0) is null php When i am print the value
I want to print an attribute value based on its name, take for example
I have multiple input tag submitted from previous page, say step1.php like this :
I want to return multiple values from a PHP function, but it did not
I have the following PHP function which will list the users from a MySql
I am trying to insert multiple rows in a MySQL table from PHP arrays.
I have a php page that returns json like this: while ($row = oci_fetch_array($stid,
I have a map that I converted from a raster graphic into an SVG
I have a function that adds shopping cart data to an array of arrays.

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.