I
I
Ilya Famin2020-05-08 14:38:27
PHP
Ilya Famin, 2020-05-08 14:38:27

How to connect php file to html separately?

So that these two files are separate from each other

Answer the question

In order to leave comments, you need to log in

1 answer(s)
3
333Serega333 333Serega333, 2020-05-08
@Fama18122000

<html>  
<head>  
<?php include ('headings.php'); ?>
</head>
<body>
<?php include ('navbar.php'); ?>
<?php include ('image.php'); ?> 
</body>
</html>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question