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)) { echo ...

how to fetch all files from folder using php

PHP directory listing Some times we have to display the list of all files in a directory.We can do this with the help of php function readdir(). The code to display all the files is ...

Protect your folder or folder lock without any Software

We can protect or lock any folder without any software with few steps Open notepad and copy the below code and save as lock.bat.You can save also any other default name. At first time ...

How to create hindi texbox

We can create a hindi textbox & textarea with the help of JavaScript in which we can write in hindi and english both. You can download this pack by clicking here
© 2013 Sumit Bansal. All rights reserved. Site Admin · Entries RSS · Comments RSS
Powered by WordPress · Designed by Theme Junkie