List/Grid Yearly Archives: 2010

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 »


how to fetch all files from folder using php

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… Read more »


Protect your folder or folder lock without any Software

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… Read more »


How to create hindi texbox

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… Read more »


How to delete the file using php

How to delete the file using php

We can delete the file using php with the help of unlink function. Define this function like this: unlink ( string $filename [, resource $context ] ) Parameter: File name:… Read more »


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