Is there anything in PHP that is the equivalent of manually pressing the F5 page reload button? My php script is in a frame and isn\'t the parent script but it needs to ref
Use JavaScript for this. You can do:
echo ' ';
In PHP and it will refresh the parent's frame page.