Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to link external php file to html

/*You need to change that .html file to .php file. In this way, 
you can easily link one php file to another.*/


<html>
<body>

<h1>Welcome to my home page!</h1>
<p>Some text.</p>
<p>Some more text.</p>
<?php include 'footer.php';?>

</body>
</html>
Source by www.codeleaks.io #
 
PREVIOUS NEXT
Tagged: #link #external #php #file #html
ADD COMMENT
Topic
Name
2+9 =