With that row of code changed I get the error,
Parse error: syntax error, unexpected '>' in /home/theinfo/public_html/tests/members.php on line 89
Line 89 looks like,
echo "<tr>";
This is what I changed the code to that you told me to,
while($row = mysql_fetch_array($result) and count "and"
There is still something wrong.
|