Hi, i have some test code that doesn't work i done get any error messages or anything, please can someone help!!
I have changed username and passwords etc.. for security reasons!
I have changed username and passwords etc.. for security reasons!
Code:
<?php
$xml = simplexml_load_file("[URL unfurl="true"]http://www.hpixml.com/servlet/HpiGate1_0?efxid=xxxxxx&password=yyyyyy&initials=bgr&function=SEARCH&vrm=abc1234&XML=YES&product=KT001");[/URL]
?>
<?php
echo "KtypeNr: " . $xml->KTypeNr . "\n";
?>