Dup Ver Goto 📝

SendAjax

PT2/aw/lang/js does not exist
To
9 lines, 32 words, 336 chars Page 'SendAjax' does not exist.

Async/Await

See this stackoverflow question.

PHP and JSON

In the PHP use

$data = json_decode(file_get_contents('php://input'), true);

to get JSON, **not $_POST — the latter is for sending forms.