Hallo, da bin ich wieder (*habichjagesagt*)
neues Problem, neues Thema
nun möchte ich nur eine bestimmte Anzahl von Datensätzen ausgeben
als Fehlermeldung erhalte ich (im Browser):
Parse error: parse error, expecting `T_VARIABLE' or `'$'' in /home/kundensk/public_html/admin/admin/partner/index.php on line 185
und im phpmyadmin:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"SELECT * FROM partner
Nu bin ich mal wieder ratlos
Stoner
neues Problem, neues Thema
nun möchte ich nur eine bestimmte Anzahl von Datensätzen ausgeben
PHP-Code:
Zeile 29:
<p align="center">anzeigen der Datensätze bis: <input type="submit" name="20" value="1-20"> <input type="submit" name="40" value="21-40" size=10> <input type="submit" name="60" value="41-60"></p>
Zeile 185 - 187
if($20=="1-20") {
$stat = "select * from partner LIMIT 1, 20";
$result = $db->sql($stat);
}
Parse error: parse error, expecting `T_VARIABLE' or `'$'' in /home/kundensk/public_html/admin/admin/partner/index.php on line 185
und im phpmyadmin:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"SELECT * FROM partner
Nu bin ich mal wieder ratlos
Stoner
Kommentar