06.06.2012, 22:41
The query is the problem I guess. Variables in strings arent parsed afaik, use . to concatenate strings:
NVM just read you already solved it
PHP код:
$newsql = mysql_query("SELECT `email` FROM Member WHERE id='".$userid."'");
$row = mysql_fetch_assoc($newsql);