Initial script

"; include("include-ex1b.php"); echo "

Back to initial script

"; include("include-ex1c.html"); echo "

Back again to script

"; echo "let's include a php file that has syntax problems --->

"; include("include-ex1wrong.php"); echo "

Finally back to script

"; ?>