I begin in PHP. I would like to access on these data from my table with a foreach but I can't.
I tried to follow this post but it does not work (How do I extract data from JSON with PHP?).
My data, stored in a column
[
{"type":"Travaux dirigés","hour":"15"},
{"type":"Travaux pratique","hour":"30"}
]
Thank you very much for your help