<?php $end = array( "id" => "value_id_1", "title"=> "value_title_1", "content"=>"value_content_1" ); $iterator = 0; while ( $iterator < 2) { $api_arr["data"][] = array( "id" => $end["id"], "title" => $end["title"], "content" => $end["content"] ); $iterator ++; } print_r($api_arr);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`