<?php 
#   header("location: https://workshop.sps.nyu.edu/~sultans/");              #redirect   

    header("refresh:5; url=https://workshop.sps.nyu.edu/~sultans/");         #redirect with time delay
?> 

<p> You will be redirected in about 5 secs. If not, click <a href=https://workshop.sps.nyu.edu/~sultans/ >here</a>.</p> 
</body>
</html>

<?php include "../include.php"; ?>              <!-- hyperlink to see the code -->