Is there a page that will show me how to get my script executed automaticly like every hour or every day. Or, if its just a few codes, can you show me?
Thanks.
You can't do this in PHP - you'll have to do this at the operating system level. In Windows, you can set the task scheduler to run your PHP script every hour/day/whatever. In Linux, use cron.
Diego