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.

How to Convert HTML to PDF Document in PHP using fpdf

Most of the programmers seeking for Html to PDF conversion solution. Now your search end here. To convert a PDF from HTML document, we use open source fpdf library. Using this library you can implement this conversion very easily.

Upload Multiple Image Files Using jQuery in PHP

In this post we explain you the way of upload multiple image files using jQuery Ajax. You can use this code any where as per your requirement. Just go through this post to implement this, its very easy and useful.

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.

Visitor Counter in PHP for Website

Visitors counter script is just simple way to counts how much time your web page has been accessed. Through this you can show the world that how many visitors you got. Its very fascinated to show on web page and also encourage the visitors too.

PHP Soap Client WSDL Example

PHP SOAP client WSDL Example: In this post i will how to make an Soap Client Call in php. Using soap client call we can interpretate WSDL file very easily and extract the data from file in PHP. First make sure that SOAP enabled on your server. You can check soap status using phpinfo(); function …

PHP Soap Client WSDL Example Read More »

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 Embed a Youtube Video With Muted Sound on Website

YouTube provide Iframe code for videos, which you can use anywhere on website page easily. Also some basic customization offer by YouTube like change video dimensions, hide YouTube branding etc. In this post we will explain you How to embed YouTube video with sound muted.