I know how to call a new php script in response to a user pressing a button, but how do I call a new script from within a function as a response to a time funtion etc.
ie
function XYZ() {
/* go to a new page NOW */
}
I have looked up all the books on php that I have (6) but I didnt search the web because I have no idea what the keywords to use are.
I have only been doing php for a couple of weeks, so if there is an answer could you please make it understandable by a newbie?
Thanks
Dave



