How do i read a map structure in php?

Niels Post

New member
I need to read a mapstructure and put it into an array such as:

$array[0] : /map1/
$array[1] : /map1/text.txt
$array[2] : /map1/map2/

Pls help
 
Back
Top