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]

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.

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.