How do i define a day ?? example Monday or Tuesday ..........
HOUR is $hour = date("H"); Minute is $min = date("i");
DAy is wat??
PLs help..... Thanks ASAP. :-)
Using the date() function.
http://ca.php.net/date
There is a lot of different codes you can use in date() to output anything you want!
Hope that helps.
-Percy
search for "date" under the php manual page.
it's date(l);
by the way