Optimize Images With PHP

Enable Imagemagick in PHP8 on Ubuntu 20.04 For WordPress

Enable Imagemagick in PHP8 on Ubuntu 20.04 For WordPress1x1

Enable Imagemagick in PHP8 on Ubuntu 20.04 For WordPress. ImageMagick is a powerful open-source software suite that is used for creating, editing, and converting images. It is commonly used by WordPress developers and designers to enhance the visuals of their websites. If you’re running Ubuntu 20.04 and PHP8, and you want to enable ImageMagick in Read More

Delete Files in Directory or Folder With PHP | How To Tutorial | Unlink

Delete Files in Directory or Folder With PHP

To delete files in a directory or folder with PHP, all you have to do is use the unlink function. Unlink not only deletes pictures, but will delete any kind of file in a directory. Lets get started. Unlink in PHP The unlink function has been around since PHP4. It also works on PHP5, PHP7 Read More

How To Bulk Compress Images | Caesium Image Optimizer Windows

how to bulk compress images Caesium Image Optimizer Windows

Sometimes you need to bulk compress images, sometimes hundreds or even thousands of them. There are, of course, many ways we can do this, but I want to show you this little app that I use on my Windows computer called Caesium. It is free and lightweight 15.3MB download. If you are a developer and Read More

Warning: unlink(): http does not allow unlinking in PHP

Warning: unlink(): http does not allow unlinking in PHP

In order to delete an image or file off of your server in PHP you have to use unlink(). This function will delete the file from your server. This is a permanent action and can not be undone once we completed the process. If you’re getting warning: unlink(): http does not allow unlinking in PHP, Read More