Hi,
 
I currently use the date function as follows:
<?php
$day= date("l");
?>
 
so I can then use this to call records from a database where todays day
matches that of a record, however I would also like to call records for
tomorrow, is there a way in which I could use the date function to add one
day so that as well as the above i could also use something like $tomorrow=
xxxxxxxxxxxxxxxxx
 
Many thanks for any help.
Khristian

Reply via email to