You are not logged in.
Pages: 1
i have a array :
["CountryNameCode"] => object(SimpleXMLElement)#98 (1) {
[0] => string(2) "ES"how do I extract only the value ES
Thanks
Offline
$x = (string) $array->0;
![]()
Offline
how i can fixed the excel object manipulation causes run-time error....give me code...???
Offline
Pages: 1