I am now trying to work on the code myself as I think t his would be a great idea to have, but am having some trouble with it:
<?php
$array = array(SchedulesData::GetBidWithRoute($pilotid, $code, $flightnum));
$comma_separated = implode(",", $array);
echo $comma_separated;?>
It shows nothing even though I tested it by bidding on a flight, that bid did not show up. Is there something else I should be trying?
Cheers
Dan C