Hi all,
Is there any php date function that tells you if its the weekend?
e.g. On a monday I want to insert info into database with fridays date.
So far I have the below. Any ideas?
$query="INSERT INTO test values(NULL, 'test', DATE_SUB(NOW(), INTERVAL 1 DAY))";