Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [PHP & MySQL] Fehlermeldung (https://www.gegen-bilderklau.net/thread.php?threadid=118095)
Zitat: |
<html> <head> <title></title> <link href="style.css" type="text/css" rel="stylesheet"> </head> <body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000"> <h1>Schulpferde</h1> <?php include('db.php'); $sql = "SELECT id, vorschau FROM schulpferde"; $result = mysql_query($sql); while ($row = mysql_fetch_assoc($result)) { echo "<a href=\pferd.php?id=$row[id]\><img src="$row[vorschau]" alt="" border="0"></a><br />"; } mysql_close(); ?> </body> </html> |
Zitat: |
Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in /srv/www/httpd/phost/s/de/pytalhost/stein/web/pferde.php on line 16 |