I have a page which searches a few XML feeds (adminsearch.xml) and saves it to my database, this then gets displayed by a user when the visit my index.php page.
Is there a way this can be run by the server every hour without myself having to view the page in explorer???
Yes; try searching the forums for something called "cron".
Okay, i've set it up via Cpanel. How can I test it so see if it's working however?
In the script, simply open a file (let's say cron.log), put the date and time in it ( date('Y-m-d H:i:s') ), close the file. Then, simply check cron.log to see if the script wrote the file and when it did it...