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 “Yes file is...
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 “Yes file is...
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...
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...
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