In PHP I would like to get the text value of the customer name tag. I write this code but this does not work. Would you please help me with this? Thank you
$customerName = $dom->get_elements_by_tagname("item");
$customernameValue = customerName[0]-> first_child()->node_value ();