JSON输出中的Var值

时间:2015-11-09 08:35:17

标签: php json

如何在Json响应中传递变量?

尝试这个但却没有成功。

$code = $_POST['inputCode'];
$output = json_encode(array(//create JSON data
  'type' => 'error',
  'text' => $code
      ));

模具($输出);

由于

0 个答案:

没有答案