ID: 48395 Updated by: [email protected] Reported By: padma dot prakerti at gmail dot com -Status: Open +Status: Bogus -Bug Type: *XML functions +Bug Type: *General Issues Operating System: Linux PHP Version: 5.2.9 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2009-05-26 06:15:23] padma dot prakerti at gmail dot com Description: ------------ Hi, I do need dynimically access object parameters from xml parser.But donot have any ideas onhow to dynamically access object parameters.How to implement magic code on it. Here is my static code: foreach ($x->data->DIPENDRA20090320[0]->ENTRY as $valuei) { echo ID: .$valuei->_text->ID; echo Name: .$valuei->_text->NAME; echo Address: $car->_text->ADDRESS; } Let me know whenever you will get this message.I would really appreciate your help. Regards, Padma Reproduce code: --------------- --- >From manual page: language.oop5.magic --- ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48395&edit=1
