Sorry about that(Im not to bright for my knowledge).
Ok now a new problem has occured. When I testes it the error msg,
Parse error: syntax error, unexpected '>' in /home/theinfo/public_html/tests/members.php on line 89
Now I dont understand what its problem is now.(I wrote the line # in red)
87.while($row = mysql_fetch_array($result))
88. {
89.echo "<tr>";
90.echo "<td>" . $row['member_#'] . "</td>";
91.echo "<td>" . $row['member_name'] . "</td>";
92.echo "</tr>";
93.}
Im sorry for all the questions.
|