I have been using a good PHP library, smart_resize_image, to resize images. Actually I use the library to resize any image before uploading it to S3 storage. It works very well. Continue reading
I have been using a good PHP library, smart_resize_image, to resize images. Actually I use the library to resize any image before uploading it to S3 storage. It works very well. Continue reading
We better use DOM to parse HTML content than Regex. For example we have a content like this. Continue reading
We can use array_diff command on PHP to subtract two array. We use it because we need an unique item between the array. By subtracting the value, we can avoid the duplication on the new array. Continue reading