I have a question, need to get name of array inside of function
Function Load($kery){
global $modelyear;
if ($kery array comes from array $condition") ...
return $new;
}
i call function like this:
$condition=Load($condition);
in this case function must shown text condition,
is there any chance to get array name inside of function and show it somehow ? i have no clue ;-((