Okay, I put exactly what you said, here's my code:
<?
$row = $mysql_fetch_array($result, ASSOC);
echo "User:";
echo " $user";
echo "<BR>";
echo "WC:";
echo $row['chips'];
?>
Shouldn't this work? Is there something I need to change? I'm sitll a bit of a newbie so if someone could help, thanks.