saintjo Posted February 16, 2007 Share Posted February 16, 2007 I am new to php, but not programming. I have the script to read directories and files on the server, however I what I want as well is a script that will read the files over the lan or internet that has directory browsing enabled. Readdir doesn't seem to work for this. thanks Link to comment https://forums.phpfreaks.com/topic/38811-read-over-lan-to-site-with-directory-browsing/ Share on other sites More sharing options...
printf Posted February 16, 2007 Share Posted February 16, 2007 What do you mean by LAN, a Network of Computers connected to a centralized Network Server or just a bunch of Computers sharing a LAN? Link to comment https://forums.phpfreaks.com/topic/38811-read-over-lan-to-site-with-directory-browsing/#findComment-186576 Share on other sites More sharing options...
saintjo Posted February 16, 2007 Author Share Posted February 16, 2007 Sorry, the LAN part mixed with directory browsing was misleading. I really want to read it over a shared drive on the local area network such as \\machine1\shareddrive but also i need it to work for http://www.domain.com/directory/ if the site had directory browsing enabled. Link to comment https://forums.phpfreaks.com/topic/38811-read-over-lan-to-site-with-directory-browsing/#findComment-186583 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.