Wert aus einer json-Datei in PHP ausgeben
Hallo zusammen!
Folgender Dateiinhalt liegt in einer json-Datei vor:
{
"url": "http://domain",
"propertiesXmlPaths": {
"period": ["/notdienste/zeitraum","/
notdienstplan/zeitraum"],
"entry": ["/container/entries/entry","/notdienste/
notdienst","/notdienstplan/notdienste/notdienst"],
"name": ["/container/entries/entry/name","/notdienste/
notdienst/apotheke","/notdienstplan/notdienste/notdienst/apotheke"],
"street": ["/container/entries/entry/street","/notdienste/
notdienst/strasse","/notdienstplan/notdienste/notdienst/strasse"],
"zipCode": ["/container/entries/entry/zipCode","/notdienste/
notdienst/plz","/notdienstplan/notdienste/notdienst/plz"],
"location": ["/container/entries/entry/location","/notdienste/
notdienst/ort","/notdienstplan/notdienste/notdienst/ort"],
"subLocation": ["/container/entries/entry/subLocation","/notdienste/
notdienst/ortsteil","/notdienstplan/notdienste/notdienst/ortsteil"],
"phone": ["/container/entries/entry/phone","/notdienste/notdienst/
telefon","/notdienstplan/notdienste/notdienst/telefon"],
"to": ["/container/entries/entry/to"],
"from": ["/container/entries/entry/from"],
"lat": ["/container/entries/entry/lat","/notdienste/
notdienst/latitude",
"/notdienstplan/notdienste/notdienst/latitude"],
"lon": ["/container/entries/entry/lon","/notdienste/
notdienst/longitude","/notdienstplan/notdienste/notdienst/longitude"],
"date": ["/notdienste/notdienst/datum","/notdienstplan/
notdienste/notdienst/datum"]
},
"useCurrentTime": true,
"toDay": 14,
"phoneRegionPrefix": "+49",
"propertiesDisplay": {
"from": ["
","b","u"," – "],
"to": ["b","u","
"],
"name": ["div"],
"street": ["p"],
"zipCode": ["
", "span"," "],
"location": ["span","
"],
"phone": ["p","a"]
}
}
Nun möchte ich, da die Variale toDay unterschiedlich ist, diese in der entsprechenden Ausgabe-Datei (php) angeben.
Der Code dazu sieht folgendermaßen aus:
else {
$content .= "
In den nächsten Tagen bieten keine
Apotheken einen Notdienst an.
";
}
$content .= "";
Wie man eine Variable in php ausgibt weiß ich. Aber wie ich sie aus der json-Datei ins PHP-File bekomme, das schnall ich (noch) nicht.
Mag mir da einer weiterhelfen?
Danke!
Marcus
Das Regional-Magazin für Lüneburg und die Region:
salzsau-panorama.de
Beitrag erstellen
EinloggenKostenlos registrieren