that sounds good, but there's a little prob:
the script always causes a
"Warning: Supplied argument is not a valid MySQL result resource in birthday.php3 on line 11"
thats my query:
$result = mysql_query("SELECT * FROM members WHERE extract(MONTH_DAY from birthday) =
extract(MONTH_DAY from today)",$db);
i assume that "MONTH_DAY from birthday" writes "MM-DD" e.g. "09.12".