<html>
<head>
<title>
Online PHP Compiler
</title>
</head>
<body>
<?php
echo (" In this section you can test your ") ;
echo (" PHP codes . Please use this section ") ;
echo (" for educational purpose only . ") ;
echo (" Here I am using other free services ") ;
echo (" to host the online compiler . So ") ;
echo (" this section can be online until the ") ;
echo (" hosts havent closed their service for ") ;
echo (" abuse . ") ;
echo (" Contact me if you found the host is ") ;
echo (" closed . Also mail me if you want to") ;
echo (" host a mirror for free . ") ;
sleep (10) ;
echo (" Enter ") ;
sleep (10) ;
echo (" Home ") ;
?>
</body>
</html>