I want to include ("/home/myaccount/calendars/"+nameofmonth+".htm")
How can I get the name of the current month? I'm sure this is an easy one, I'm too tired to see it.
include ("/home/myaccount/calendars/"+date(f)+".htm")
But date(F) is Capitalised. There is no date (f) for a lower case?
-- John Taylor-Johnston
strtolower()
http://us2.php.net/manual/en/function.strtolower.php
-- By-Tor.com It's all about the Rush http://www.by-tor.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php