Jump to content
GIGN Forum

Php Kļūda


brazer
 Share

Recommended Posts

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in D:\AppServ\www\links.php on line 8

<ul>
<?php
$connect = mysql_connect("localhost", "root", "parole");
mysql_select_db("linksdb", $connect);

$query = mysql_query("SELECT * FROM `links`", $connect);
while($row = mysql_fetch_array($query, MYSQL_ASSOC)) {
   echo "<li><a href="linkcount.php?id=$row[id]">$row[sitename]</a> ($row[hitsout])</li> n";
}
?>
</ul>

Kur ir kļūda?

Edited by brazer
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...