Hello,
i try to get a hl list from some driver on 2 tracks, but everything i try, nothing works :-(
maybe here anyone who can help me, i read all posts here andy try all. but no way. i get latest sdk version, but no way for me.
Im not a code PRO, i need
only
2 tracks KY2 and AS7 for the GTRs i only need the timestamps.
this try dosn´t work
<?php
php
include('lfsworldsdk.php');
echo '<!-- get_hl --><p />';
print_r($SDK->get_hl(array('kiste', 'FXR', )));
//
?>
<?php
php
include('lfsworldsdk.php');
echo '<!-- get_hl --><p />';
print_r($SDK->get_hl('kiste, array('KY2' 'AS7'), array('FXR'))));
//
?>
the first give me all hotlaps, the second a error on line 4
when i have 30 drivers its to much data ^^
i hope anyone can help me, thx a lot
:-)