Hi guys, Im trying to make a PHP script that grabs an array of all the filenames in a directory, strips the _ and .html and then creates links to these files... the last bits are fine its just how to actually grab the filenames in a dir when they are unknown that Im stuck with, any ideas?? e.g. Welcome_Page.html --> <a href="Welcome_Page.html">Welcome Page</a> Cheers Dan