Thursday, April 14, 2016
Wednesday, April 13, 2016
How to check file/directory exist or not in php
To check whether a file is really exist or not in php, we can use function called file_exists(), the same function can also be use to check folder/directory exist or not.


