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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T05:20:44+00:00 2026-05-18T05:20:44+00:00

I create this output with PHP: foreach ($bk as $blink) { $out[url][] = $blink->url;

  • 0

I create this output with PHP:

foreach ($bk as $blink) {
$out[“url”][] = $blink->url;
$out[“anchor”][] = $blink->anchor;
}

$json = Zend_Json::encode($out);
echo ($json);

I want to receive and process the output with a $.ajax call.

Could you point me to a nice tutorial about multidimensional arrays with javascript/jquery or help me loop* through the json results? I got a bit confused with it.

  • I am trying to put those on a table, so I will be using <td>url-i</td><td>anchor-i</td> . This part, I figured out how. To put the correct values on url-i and anchor-i is the problem.
  • 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-18T05:20:45+00:00Added an answer on May 18, 2026 at 5:20 am

    I would imagine the JSON output for that will be something like:

    {'url': ['url1', 'url2', ... ],
     'anchor': ['anchor1', 'anchor2', ... ]}
    

    If that is the case, then they will be of equal length (and importantly equal indexes) and you can loop through one of the two using jQuery.each().

    $.getJSON('jsonapp.php', function(data) {
      $.each(data.url, function(index, url) {
        var anchor = data.anchor[index];
        $('#mytable').append('<tr><td>' + url + '</td><td>' + anchor +'</td></tr>');
      });
    });
    

    I’ve not run that code, so it might have a few flaws, but that’s the gist of it.

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

Sidebar

Related Questions

I want to do something like this: create table app_users ( app_user_id smallint(6) not
I have a PHP function that returns an array. This is the output of
I'm using this piece of php code to create and rotate an image. And
How can I create this file in a directory in windows 2003 SP2: .hgignore
My create view code like this create VIEW [dbo].[vw_test] AS SELECT 'B' AS rtype,
Given a table structure like this: CREATE TABLE `user` ( `id` int(10) unsigned NOT
I have a table similar to this: CREATE TABLE example ( id integer primary
If I have a table like this: CREATE TABLE sizes ( name ENUM('small', 'medium',
I have a SQL Server 2005 table like this: create table Taxonomy( CategoryId integer
Does anyone have any idea what is wrong with this create statement for mysql?

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.