PHP - examples - 05 : file handling

Revision:


include files

Syntax: include 'path_to_filename';





code:
            <?php 
                include 'php-testfile.txt';
                echo "<br><br>";
                include 'webdictionary.txt';
                echo "<br><br>";
            ?>
           <?php include 'Welcome.php';? >
        

file handling





Unable to open file!