wenn ich das mache - kommt auch nichts als zahl heraus
PHP-Code:
$sqlab2 = "select MAX(lfd) lfd from contract_typ where client_id = $id";
$res = mysql_query($sqlab2) or die(mysql_error());
$res1 = mysql_fetch_array($res);
echo "Max";
echo $res1->lfd;
Kommentar