$fp = mysql_fetch_array($result);
$email = $fp['email'];
$check = $fp['check'] ;
mail($email, $check, "Your Password is " $check,
"FROM: $from"😉
Anything wrong with that?
My error is Parse error: parse error in /home/pineftp/www/pages/functions.inc on line 108
mail($email, $check, "Your Password is " $check, that is line 108