Share it

Bookmark and Share

Translate

Saturday, June 30, 2012

0 PHP include function

Include takes a file name and simply inserts that file's contents into the script that issued the include command.
hello.php
<?php
echo "welcome guest";
?>
home.php
<?php
include('hello.php');


?>

0 comments:

Post a Comment

Thanks for your valuable Comment

 

TechnoTipworld- Tips,Tricks,Technology Copyright © 2011 - |- Template created by O Pregador - |- Powered by Blogger Templates