Skip to content

Instantly share code, notes, and snippets.

@2803media
Created February 27, 2014 15:01
Show Gist options
  • Select an option

  • Save 2803media/9251744 to your computer and use it in GitHub Desktop.

Select an option

Save 2803media/9251744 to your computer and use it in GitHub Desktop.
echo '{"lastcode":';
$rows = array();
foreach( $result2 as $var2){
$var2['datejson'] = $date;
//$rows[] = array_map('utf8_encode', $var2);
$rows[] = $var2;
}
echo json_encode($rows);
echo '}';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment