Hello If i have this array :
$array[VNAME] = "ZZZ";
i don't need to echo ZZZ, just want to echo the first Ver. name in the array (VNAME).
:queasy:
get a new array with [man]array_keys[/man] and use the first element of that array.
Thanks very much, it work ok 😉