How to set up gmail to send and receive emails using your domain name
In this blog post, I’ll show you ways to line up Gmail together with your custom email for free of charge. While Gmail a part of this method is 100% free,
Read More
How to delete all files and sub-folders from a folder using php. Like deleting all files of a user without activity for long time, deleting files older than 3 months etc. Whatever the reason, doing such clean-up manually is a tedious task. You can accomplish it with the help of an automated php script. And we are going to explain how to delete directory and all files and sub directories from it with php.
glob() and unlink() only two native php functions.
Here is the simple php function I have written to delete all files from a directory. Next we loop through the files one by one and check if the item is a file and not a sub folder itself using is_file() function.
Delete only Particular file type for Eg:pdf, Jpg. with the file extension name user can delete only particular file type from the folder.
Deleteing old and unwanted files by setting CRON job user can delete the files older then 90days.
Simply deleting a folder with rmdir() won't work. it'll throw exception if you plan to remove folder with files in it. So first you've got to delete files one by one from each sub folder plus the remainder of the files then delete folders by removing parent folder.
In this blog post, I’ll show you ways to line up Gmail together with your custom email for free of charge. While Gmail a part of this method is 100% free,
Read MoreAny company that wants to succeed in the fast-paced digital world of today needs to have a well-designed website. Your company may stand out from the competitors by having a good website, especially i
Read MoreChoosing the Best PHP developer or web design company for building your PHP Website for your startup or an established business. In this article, we are going to discuss the key factors to consider wh
Read More