webd/ajaxtest2.php
<?php/** * Eisen Frontend * http://eisen-dev.github.io * * Copyright (c) 2016 Alice Ferrazzi <alice.ferrazzi@gmail.com> - Takuma Muramatsu <t.muramatu59@gmail.com> * Dual licensed under the MIT or GPL Version 3 licenses or later. * http://eisen-dev.github.io/License.md * */ $pack_id = $_POST['pack_id'];$return = "ใใใฏ".$pack_id."ใงใใ from ajaxtest2.php"; echo json_encode([Spaces must be used to indent lines; tabs are not allowed 'return' => $return]);