Posted: Wed Apr 11, 2007 12:28 pm
now it's working
i have one more question, if i have a $var that is an array of strings like the one down, how can i select "name" for example with this: $var['name'] , and if i use this: $var[0]['name'] the result will be the same ?
thanks in advance
i have one more question, if i have a $var that is an array of strings like the one down, how can i select "name" for example with this: $var['name'] , and if i use this: $var[0]['name'] the result will be the same ?
Code: Select all
array (0) {
["cod"]=>
string(11) "jrc11"
["name"]=>
string(11) "name"
["result"]=>
string(0) ""
}