Use readfile() to read a file and write it to the output buffer

                
                    <?php
                    echo readfile("webdictionary.txt");
                    ?>