![]() |
How can POST Data - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: How can POST Data (/showthread.php?tid=90594) |
How can POST Data - motoroller - 04-08-2024 If i send POST with "Content-Type": "application/json" I can get data $json = $request->getJSON(); Inside JSON i have id (int) can i get via $this->request->getPost('id') ? RE: How can POST Data - kenjis - 04-08-2024 No. |