Manish Kumar

I am PHP web developer and blogger.

Bulk SMS API Integration in PHP Application

PHP Bulk SMS API Integration: Bulk SMS is a popular message service provider. It gives the facility to send bulk mobile messages over hundreds of mobile networks. One can easily use Bulk Sms service into his application by using its api, known as Bulk Sms API.

GitHub For Beginners: Commit, Push And Go

In our last tutorial you learnt how to clone a GitHub repository into your PC. In this tutorial we will learn how to make basic Github Commit, Push and Go commands using Git GUI for windows.

Create Git Repository & Clone It into your Computer

Create & Clone Github Repository: Git Repository is special Version Control systems (VCS) software. Its provides an environment where many person can work together on a project without interfering each other work, simultaneously maintaining a complete history of every task performed by any one on the project.

How to Use of .htaccess File

.htaccess file is something that all web developers might be familiar with. But certainly, many of those are not fully aware of its usage, confused with obfuscated terms used inside the .htaccess file and lack knowledge about many other benefits they can take from it.

How to Integrate Bing Web Search API in PHP [Updated]

After Google’s web search API getting depreciated, Bing Search API is probably the best option to embed web search functionality into your website. Lets us have a glance over the steps to integrate Bing Web Search API.

How to Integrate Tumblr API in PHP

Tumblr is the most popular social platform for setting up your blogs. Tumblr has provided Tumblr API to make any operation on your Blogs. In this article, I am explaining the simplest procedure to integrate Tumblr API.

Getting User TimeZone through IP Address in PHP

Many websites need to display the time of some event, which is local for the logging user. For this, there needs to first get the time zone of that user. In this article, we will see the way to determine the time zone of the current user.

How to Benchmark PHP Code For Speed

In computer terminology, benchmark is the process of measuring the performance of computer resources, particularly the hardware, against any task performed by the computer.