View Single Post
  #3 (permalink)  
Old 2006-10-13, 10:01 PM
theinfomaster's Avatar
theinfomaster theinfomaster is offline
Junior Member
 
Join Date: Oct 2006
Posts: 5
theinfomaster is on a distinguished road
Default

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.
Reply With Quote