Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
gibt es in PHP eigentlich Mehrdimensionale Array? Und wie definiere ich diese?
hoffe auf schnelle antworten
Danke
cya
Natürlich ist das möglich:
$array = array(array("a", "b","c"), array("x", "y", "z")); echo $array[1][0]; // Ausgabe: x