Tuesday, January 27, 2015

How to delete file or image from folder using php

You can delete images in PHP using the unlink() function.
unlink('path/to/file.jpg');

No comments:

Post a Comment

How to get Logged In Username in Wordpress or Woocommerce

It is really easy to get the logged-in user’s information in Wordpress or Woocommerce. In this article we will show you how to get the relat...