You can use cron to run a script every day of the week, it is easy.
A simple crontab entry to run a script every night at 11:30 pm would look something like this ...
30 23 * /var/www/html/myscript.php
That is assuming you run PHP as a CGI and not an apache mod.
If you run PHP as an apache mod, you can use lynx or something to execute your scripts.