Hi,
Having this array:
$arr = array(
'my var'=>'My Value'
);
Notice the space in 'my var'.Converted to object: $obj = (object)$arr; How can I access $arr['my var'] in $obj ? -thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

