Does anyone here know a line of code I can insert into a .php page which will allow me to create a page which will refresh in the amount of time I set it to. If you do this will help me an awful lot.
You can use a meta tag for this one: <META HTTP-EQUIV=Refresh CONTENT="3"> PHP: ..means your page will refresh every 3 seconds. Just change it to anything you want.