Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Using include function

Mon Oct 27, 2008 1:06 pm

Code:
<html>
<head>
<title>Using include()</title>
</head>
<body>
<?php
include("myIncludeFile.php");
?>
</body>
</html>

<!-- myIncludeFile.php
<?php
print "included!!<BR>";
print
"4 + 4 = ".(4 + 4);
?>
-->




Post a reply
  Related Posts  to : Using include function
 PHP Include     -  
 get include path     -  
 Using include() Within a Loop     -  
 Require vs Include in php     -  
 jsp include directive not working     -  
 php function     -  
 The isset() Function     -  
 function key recognition     -  
 finalize() function     -  
 Function Recursion     -  

Topic Tags

PHP Functions