אז ככה אני מנסה לעשות עמוד שיציג את כל המשתמשים הקיימים.
זה הקוד.
PHP קוד:
<?php
include "connections.php";
echo "<link rel=stylesheet type=text/css href=style.css />";
echo "<center>";
echo "<b><u>";
echo "משתמשים רשומים";
echo "</b></u>";
$sql = mysql_query("SELECT * FROM users WHERE username='$username' ");
echo "<table width=500 border=0 cellpadding=0 cellspacing=0>";
while($row = mysql_fetch_array($sql)){
echo '<tr>
<td width="468" class="manage">'.$row['username'].'</td>
</tr></table>';
?>
השגיאה:
קוד:
Parse error: syntax error, unexpected $end in members.php on line 17