Category: 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…
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…
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,…
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….
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…
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….
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…
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…