Tag: PHP

9 years ago

The keepalive directive in Apache is used to keeps the HTTP connection open instead of opening a new connection with each and every new request. Read More

9 years ago

The new features introduced in 5.4 the traits which are mainly for horizontal code re-use and it’s a really a good revolution in PHP 5.4.Its Read More

9 years ago

It is very common that websites are retrieving the user’s IP address to implement access controls of users or visitors in PHP.The REMOTE_ADDR field in Read More

9 years ago

In this quick post, I am going to explain how to crop the image in PHP using Imagick. Sometimes you want to crop an image Read More

9 years ago

In this post, I am going to explain, how to call web service using PHP. Nowadays every website is using android or iOS application. To Read More

9 years ago

Shorthand array is the new feature added into PHP 5.4. This feature is not a vast improvement of PHP 5.4, but it is very effective Read More

9 years ago

Here I come with the new article about 301 moves permanently to new URL.Sometimes you want to redirect your visitors to a new URL so, Read More

Most Popular Posts