Basically i have a XML file which i read from for e.g.
now is it possible to make the first name data read from a php variable say for e.g.Code:<person> <firstName> tom</firstName> </person>
PHP Code:$firstname = "tom";
Is this possible :S?Code:<person> <firstName> tom</firstName> // so variable <firstName> is always saved as childNodes [i][0] </person>





Reply With Quote




