List/Grid Tag Archives: check file in php

How to check file is exist or not using php

How to check file is exist or not using php

We can check the file is exist or not in the folder using  file_exists function Here is a simple code to check the presence of the file $add=”images/119.jpg”; if(file_exists($add)) {… Read more »


© 2012 Sumit Bansal. All rights reserved. XHTML / CSS Valid.