can any one see why this is not working? i cant understand why it;s not?
thanx
<?
// check to see if clients maximum number of bookings for the day has been exceeded
if ($results->Fields('orders_today') > $results->Fields('total_orders_allowd')) {
}
else { echo "<a href=\"search_client_details.php?<?php echo $MM_keepNone . (($MM_keepNone!=\"\")?\"&\":\"\") . \"id=\" . urlencode($results->Fields('id')) ?>\"> <strong>click here to see details of this restaurant</strong></a>";
}
?>