Hallo,
vll steh ich ja jetzt aufm Schlauch aber ich weiß einfach nicht warum es nicht funzt:
in $maxPosition steht einfach nichts. Die Query funktioniert, da ich sie schon in der phpmyadmin ausgeführt habe.
Was mach ich falsch? Bitte um eure kurze Hilfe...
MfG
David
vll steh ich ja jetzt aufm Schlauch aber ich weiß einfach nicht warum es nicht funzt:
PHP-Code:
$query = 'SELECT max(pos) FROM about2';
$result = mysql_query($query);
$row = mysql_fetch_object($result);
$maxPosition = $row->pos;
Was mach ich falsch? Bitte um eure kurze Hilfe...
MfG
David
Kommentar