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 usin the following code to determine whether a file exists or not. While i can see that the file really exists at the given path..the result in the browser is "not exists". giving the code..
The syntax looks fine, it has to be down to the path which should be an absolute path rather than a relative one.
From a command prompt 'ls -la /html/ravi/sing.JPEG' should work fine if the path is correct, does it?