Montag, 25 August 2025

Top 5 diese Woche

Ähnliche Tutorials

REST-API Response

REST-API Response (JSON)

<?php
header("Content-Type: application/json");
$data = ["status" => "ok", "time" => date("Y-m-d H:i:s")];
echo json_encode($data);
?>
Vorheriges Tutorial
Nächstes Tutorial

Hier etwas für dich dabei?