×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Gábor Papp
Added: Feb 1, 2017 5:44 AM
Views: 2240
Tags: no tags
  1. $out=array();
  2. $out['uzenet']='Új elemként feltöltve';
  3. header('Content-Type: application/json');
  4. echo json_encode($out);