Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

php mysql select current month

mysql> select count(*) from users
       where MONTH(date_joined)=MONTH(now())
       and YEAR(date_joined)=YEAR(now());
Source by ubiq.co #
 
PREVIOUS NEXT
Tagged: #php #mysql #select #current #month
ADD COMMENT
Topic
Name
1+6 =