PHP

Paytm Payment Gateway Integration in PHP : Step by Step

In this tutorial, we have explained Paytm Payment Gateway Integration in PHP programming language. In today scenario Paytm is the most popular and trusted mobile wallet system. As per the Economic time’s survey Paytm reached approx 200 million registered users. Yes, that is a huge number.

Create Event Calendar Using jQuery, PHP and MySql

An event calendar is an intuitive feature for the web application. In this tutorial, we will learn how to create an event calendar using jQuery, PHP and MySQL. This feature provides user to an easy way to manage all-day events.

How to Send files via POST with cURL and PHP (Example)

Some web services ask to upload or Post some files on server. In this post we will explain you How to send files via Form Post. We are using cURl to send files on server. cURL is very powerful library, you can Get or Post data using cURL method.

Simple Way to Create PHP stdClass Objects

Use type casting for create stdClass objects in PHP. Its convert simple array into a stdClass object. This is very quick and easy way to creating new stdClass objects with desired properties set.

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.

PHP Code to Remove Unwanted Keys from Json Strings

Json is the most common format used by API providers to express their output. Json provides a very simplified and easily understandable key-value pair formatted data that can be further manipulated and used at great ease.