PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I'm trying to create a php script on a local server to read data from a shared folder from another computer on the same LAN and Workgroup as the php server. Is this possible?
::edit::
The php server is running SUSE linux and is trying to connect to a microsoft network's share
The linux bit is vital. A "network share" is specific to the OS. In linux you'd just use NFS (server:/share) but in window they use a windows networking protocol (\\server\share).
To use the windows file sharing protocol under linux you need samba.