Hi, i have a php page which i type a numberplate into, this is processed when the form is submitted and i get an xml page back.. How can i read a value from the xml and use it in my php page?
example xml....
<?xml version="1.0"?>
<HPICheck_Query VRM="abc123" VIN="xxx">
<enquiry_number>
00001
</enquiry_number>
</HPICheck_Query>
Kindest regards,
BF
example xml....
<?xml version="1.0"?>
<HPICheck_Query VRM="abc123" VIN="xxx">
<enquiry_number>
00001
</enquiry_number>
</HPICheck_Query>
Kindest regards,
BF