Hallo,
irgendwie find ich den Fehler nicht, ich alles so gemacht wie im Buch.
Code:
<?php
mysql_connect("
localhost","*****","******");
mysql_select_db("test");
$
sql="SELECT * FROM test";
$result=mysq_querry($
sql);
while ($row=mysql_fetch_assoc($result)) {
echo "$row[Name] $row[Nick] $row[Mail]";
}
mysql_close();
?>
Der Fehler ist:
Zitat:
Parse error: parse error, unexpected T_VARIABLE in /usr/export/www/vhosts/funnetwork/hosting/citybreaker/
mysql/index.php on line 7