READ ME

Add one of the following div statements with the iframe to your html site
Copy the 3 subfolders from the script in it
Copy the php script in same folder as the html site

// for the excel function
<div>
<iframe src="./ReadTextFiles.php?path=excel-functions&amp;index=1&amp;typ=vba" height="1000" width="100%" seamless="seamless" marginheight="0" marginwidth="10"></iframe>
    <br>
</div>

// example with an image
<div>
    <iframe src="./ReadTextFiles.php?path=excel-setting&amp;typ=vba" height="1000" seamless="seamless" marginheight="0" marginwidth="10"></iframe>
    <br>
</div>

// this php example 
<div>
    <iframe src="./ReadTextFiles.php?path=php-script&amp;typ=php" height="1000" seamless="seamless" marginheight="0" marginwidth="10"></iframe>
    <br>
</div>