Fix Strange “Headers already sent by” in Line 1 PHP File
“Cannot modify header information – headers already sent by” error is the most common PHP error that happens when we develop a web application, usually when…
// TAG · 21 POSTS · PHP
“Cannot modify header information – headers already sent by” error is the most common PHP error that happens when we develop a web application, usually when…
Sometimes sending email can be a pain for some servers. Especially if it is shared hosting with a blacklisted IP, and all the emails sent either…
If you are a web developer who loves PHP, I bet you have heard about Composer. Composer is a dependency manager for PHP. So what does…
PHP and Adobe Flash (formerly Macromedia Flash) are popular scripts used for creating web pages and online multimedia presentations. The two scripts can be combined to…
Testing is one of the common tasks for a programmer. In every development phase, testing needs to be done before moving to the next phase. There…
Nginx is a simple yet powerful web server. It is widely known for being a stable web server. If it is well configured, Nginx rarely has…
Get the last tweet of your tweets or someone’s tweet with a username — no OAuth needed. Twitter has their own API to get the last…
PEAR is short for “PHP Extension and Application Repository” which provides a repository for PHP community extensions that will make your PHP installation more powerful and…
There are some ways to protect your copyrighted images. One way is to use a watermark image so that when someone copies your image, it is…