gawo2025-ws-json-html
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$jsonFilePath = "/home/kuehnk01/Schreibtisch/Examplary/Examplary.json";
|
||||
if (file_exists($jsonFilePath)) {
|
||||
echo "File exists.\n";
|
||||
$jsonData = file_get_contents($jsonFilePath);
|
||||
echo "JSON Content: " . $jsonData;
|
||||
} else {
|
||||
echo "File not found.\n";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user