Forum Moderators: coopster
because now I have to manually change the dati in the php file every month, for it to work.
My current syntax:
$sql_3="SELECT COUNT(distinct person_id) from request_rights where register_date < '2007-08-01 00:00:00'";
$select_3 = mysql_query($sql_3) or die("Nevar pieslēgties DB!");
$select_3_rez = mysql_fetch_array($select_3);