Is there a way to automatically load an html page using php? I want to use a logout script that loads the original index page when the user logs out.
if I understand you properly then you want to use the header() function such as this:
header("Location:index.html")