I am doing this:
$info2 = mysql_query("SELECT * FROM users WHERE user = '$user'");
$info = mysql_fetch_array($info2);
I tried mysql_fetch_row also, and I address the fields like: $info[17] I also tried $info["pin"] and also $info[pin" with both fetch array and fetch row.... what is wrong?