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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T01:19:10+00:00 2026-06-10T01:19:10+00:00

how to add data in array with a loop example array required $get_id =

  • 0

how to add data in array with a loop

example array required

$get_id = array(
array('id' => '1', 'updated' => '2012-08-11T04:08:53+01:00'));

data required to add in the array

 ID
-----
1
2
3
4

please note that key is important in this case

output should be like

$get_id = array(
array('id' => '1', 'updated' => '2012-08-11T04:08:53+01:00'),
array('id' => '2', 'updated' => '2012-08-11T04:08:53+01:00'),
array('id' => '3', 'updated' => '2012-08-11T04:08:53+01:00'),
array('id' => '4', 'updated' => '2012-08-11T04:08:53+01:00')
);

thanks for your help

  • 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-10T01:19:11+00:00Added an answer on June 10, 2026 at 1:19 am
    foreach (array('1', '2', '3', '4') as $id) {
      $get_id[] = array('id' => $id, 'updated' => '2012-08-11T04:08:53+01:00');
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying a add data to an array using a while loop but
I have a WPF DataGrid that increases in height when I add data to
I have an inline assembler loop that cumulatively adds elements from an int32 data
I'm having difficulty to add a data structure to an array to create an
I have 2 or more dynamic string array that fill with some huge data
I want to add my data stored in 2x2 dimension array in Excel using
Possible Duplicate: php: how to add odd/even loop in array I am generating a
I'm trying add data triggers to the default combobox style so each text item
HI How do i add data using wcf rest architecture. I dont want to
i want to add data to listview but my data are as String[] and

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.