<html> <head> <title>Титл</title> </head> <body> <?php include 'test.php'; ?> <div style="text-align:center;"> <?php $a = 5; echo $a; ?> </div> </body> <html>