with angular to server, you can use phps function
file_get_contents("php://input")
like $jsondata = file_get_contents("php://input"); $data = json_decode($jsondata); $data is now object
I mean first I need to get id from form page and then send that id with those form contents to server
Обсуждают сегодня