I understand that so long as data has been sent to the browser then the headers cannot be modified.
Is there any way (using PHP) that I can perform a redirect to take a user to another page (obviously not using headers)
If so could you please point me to some documentation?
Decided to write my own php function which implements a javascript redirect. See the code below.