i need to get member's birthday which is today...
but when i design my mySQL database... i didn't use the date datatype...
i use the time() function in PHP...
i was thinking of pulling all the members from the database..
then put it into a for loop and use if statement to check...
but the cost of that is O(n)...
so i think there maybe an easier way...
any ideas?? suggesting???
thx thx