No, the beginning of the line works just fine. It shows up just fine on the supporters profile, and not on the non-supporters.
The problem is, it is supposed to be outputting "Ends in:xx day(s)" but, what I am getting is "Ends in: day(s)" It seems that <?=$subexp[0]; ?> isn't getting a value.
I have tried
$subexp = mysql_fetch_array( mysql_query("SELECT subexpires FROM $tab[user] WHERE id='$profile[id]';");
I currently have
$subexp = mysql_query("SELECT subexpires FROM $tab[user] WHERE id='$profile[id]';");
I am just wondering if I am missing something in the field of subexpires. The field has no collation, it's type is set to INT. But, it just won't show a value when called.