How would I go about if I wanted a PHP script to be executed automatically by the (apache) server once every day? I know this can be done with CGI, but is it pussible to do it with PHP also?
use the cron-job possibilities of your server!