look into executing your php script through cron. (Cron is a Unix schedular
and nothing to do with PHP). Or you can use Tash Schedular (on windows
servers, I guess).

Also, check the archives but I think this issue was answered as above.

"Nabil" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> HI all;
> how can i run somthing or a function that only run on every month from the
> first untill the second on a specific time:
>
> in other word :
> the first two day of every month but it end on like 2pm of the second..
>
> if ( today is 1/of any month untill 2/ of the same month at XX hour )
> { return true}
> else
> {return false}
>
>
> thanks
> Nabil
>
>



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

Reply via email to