hello everyone!
i need your help. i want to convert an arry in an string and then back to an array.
i think this must be possible, but how?!
if the arry is something like this:
$myvar[0]="value"
$myvar[1][0]="value"
$myvar[1][1]="value"
$myvar[2]="value"
i want to get a string that contains the value and the keys of the array.
so, something like this:
$str = "0=value;1:0=value;1-1=value;2=value;"
okay... and this at an array which can have n dimensions!
is it possible?! ..i hope so.
thanks for your help!
mathias l.