Harish

I am professional web developer and blogger. Use this blog to share own api and other web development experience with you. I do accept paid work. Write to me at - [email protected]

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.

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 »

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.

How to Print Fedex Shipping label via API call in PHP

Creating shipping labels programmatically can significantly streamline the logistics of your business, saving time and reducing errors compared to manual label creation. For businesses using FedEx as a shipping carrier, leveraging their RESTful API for creating shipping labels is an efficient way to integrate shipping capabilities directly into your application.

Create WordPress Plugin from Scratch – Beginner Guide

Create WordPress Plugin from Scratch: WordPress is the most liked and popular CMS blog system. It has huge extensibility and ease to manage. Even a user who does not have programming skills, can easily manage WordPress hosted website. Using different plugins, we can enhance WordPress site functionality. Add new features using plugin management module.