Category: php
As you might know, the storage (HDD or SSD) on VPS server are expensive. That is why the VPS may seem overpricing the HDD/SSD storage e.g. 50GB costs like …
ImageRecycle provides APIs to add image/pdf, compress them and download them. This makes things interesting, so basically, these days, I want to shrink images to reduce the space they …
Sitemaps are useful for search bots to know better your site structures. They are particular useful if your site contains several hundred pages. You can login to Google Webmaster …
There are some nice images on Tumblr. We can use Tumblr APIs to search and download images however this usually requires the registration and API keys. Another way is …
If you have a few routine SQL statements to execute, you can save them in a *.sql file and login to MySQL console to issue command source. Alternative, you …