Tweet
Posted in PHP

How to Send A Tweet On Twitter with PHP

Do you want to send a Tweet on Twitter with PHP? You might be building an application where you need to programmatically post a Tweet…

Continue Reading...
Email
Posted in PHP

Send Email Using Gmail SMTP Server From PHP Script

Email plays an important role on the website. Every website usually needs to send emails to users. These emails can be sent from the contact…

Continue Reading...
File size limit
Posted in PHP

How To Increase Maximum Upload File Size In PHP

PHP is a server-side scripting language that runs on Apache/Nginx servers. By default, your configured server has a specific limit on the file size. Sometimes,…

Continue Reading...
Datetimepicker
Posted in PHP

How to Handle Timezones in PHP

In our world, we have different timezones. Each timezone follows a uniform standard time for the countries and their subdivision which falls under a timezone….

Continue Reading...
Backup Database
Posted in PHP

How to Backup Your MySQL Database using PHP

Are you looking to take database backups in your PHP projects? It is always recommended to back up your database periodically. By doing so, your…

Continue Reading...
Posted in General PHP WordPress

3 Quick Ways to Improve Site Performance

Slow site speed is a headache for site owners. If your site taking much time to load then you will loose your customers and business….

Continue Reading...
Posted in PHP

TinyPNG – Compress Images Using PHP

Are you facing a site speed problem? You should then consider optimizing your website images. Heavy images slow down the speed of your website. So…

Continue Reading...
Posted in PHP

How to Optimize Image On Upload In PHP

Recently one of the readers asked me how to optimize images on upload in PHP. To answer the question, I decided to write an article…

Continue Reading...