frozenpeas
Technical User
I have a simple XML file:
How can I get the season value into PHP? Thanks.
Code:
<?xml version="1.0" standalone="no"?>
<config>
<season>winter</season>
</config>
How can I get the season value into PHP? Thanks.