I have a function that takes a while to complete and load data into the page what I am trying to do is find a way of while this is going on display another page and then forward onto the correct page rather than have the browser waiting for the page to load.
Another way to describe it would be for example on some sites when you are searching for something a 'Searching' page comes up and then once the search is complete a 'Results' page comes up. Does anyone know if this can be done using PHP with NO Javascript?
Another way to describe it would be for example on some sites when you are searching for something a 'Searching' page comes up and then once the search is complete a 'Results' page comes up. Does anyone know if this can be done using PHP with NO Javascript?