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!
whenever i tell PHP to read it it wont, why is this? i cant even read the base of Z but when i change to C it works fine which leads me to think PHP wont allow it or its a windows thing and i need to change a setting
drive mapping is profile specific. Meaning that whatever you're logged in as is the only thing that's going to see your Z: drive. If you log out and back in as a different user, that drive wont' be mapped (unless you've specifically mapped it for that user as well).
because the web user is a different user, it doesn't have a drive mapped to Z: like you do.
you could try using a the full UNC path, but I think I've tried this in the past and didn't have success.
I can't remember off the top of my head how (if) I resolved it so I'll look back at some old code and let you know....