On Monday 26 January 2004 07:37, John Taylor-Johnston wrote:
> Obviously, I'm screwing up my syntax trying to add 2003.php to the end. How
> should I express this line please :) ?

> <?php include
> ("/home/users/q/qx04t9mu/www/glq2-test/calendars/"+strtolower(date(F))+"200
>3.htm"); ?>
replace the + symbols with . and also date(F) should be date('F'). If you 
really want to add 2003.php to the end then you should add it and not 
2003.htm.
-- 
Phil Driscoll

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to