Get Client IP from PHP

| Webtraffic Exchange

How to retrieve Client IP address in PHP?

There are a number of array name/value pairs provided in the PHP's "predefined" $_SERVER variable, which you can use to extract client's IP address. Some of the IP-related $_SERVER parameters retrieved from the web serve...

Programming

Read More +
Zend Framework Overview

| Webtraffic Exchange

Zend Framework 1 Overview

Developing a PHP application requires domain knowledge, software engineering, discipline, and time. We rarely write applications from scratch as there are freely available application frameworks that we can take advantag...

Framework

Read More +
Salesforce REST API Example

| Webtraffic Exchange

Salesforce REST API example

Salesforce REST API call into Force.com platform requires OAuth 2.0 authentication. OAuth is an industry-standard authentication mechanism using "tokens" instead of typical "username" and "password" credentials. OAuth ac...

Salesforce

Read More +