";
print_r($projects);
print "";
if (count($data->Data)) {
// Open the table
echo "
";
// Cycle through the array
foreach ($data->Data as $idx => $stand) {
// Output a row
echo "";
echo "| $stand->afko | ";
echo "$stand->positie | ";
echo "
";
}
// Close the table
echo "
";
}
?>