Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

PHP Include Files

<html>
<body>

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

</body>
</html>
 
PREVIOUS NEXT
Tagged: #PHP #Include #Files
ADD COMMENT
Topic
Name
3+1 =