「savegame.php」という名前のphpファイルがあります。
私はxamppを使用しています。「localhost/morabaraba/savegame.php」をURLとして手動で入力すると動作します
「savegame.php」ファイルと同じフォルダーに「index.html」ファイルがあり、window.location =「savegame.php」を使用するとc:\...\morabaraba\savegame.phpにリダイレクトされますが、 「savegame.php」のコードがそうすべきだと言っているように、データベースをエコーバックしたり更新したりしないでください
code in savegame.php
<?php
print 'i am working';
//database updating details
?>
enter localhost/morabaraba/savegame.php と言うときは、index.html ファイルで window.location = "local/morabaraba/savegame.php" としてコーディングするのではなく、ウィンドウに入力することを意味します。