<?php include ($filenames[$num]); ?> That is the script i use to include the .html file on my page but i need to change one part of it The .html file that that script includes, it gets it from my main folder on my server my htdocs one. I need to it collect the .html file from a folder in my htdocs folder called VOTDS So something like /VOTDS/<?php include ($filenames[$num]); ?> But i have tried that and it doesnt work any ideas ?