I'm not sure the best way to approach this but I am looking to write a quick script to list out documents in a specified directory along with their information. They will likely all be Word Documents. They will be hosted on a Sharepoint site (however this script will not be). What would be the best way to just pull down the author information? I can look at date modified with filemtime but would fileowner work on a .doc file? Has anyone ever accessed Sharepoint data with PHP? Any answers or suggestions are very appreciated. Thanks