| Webtraffic Exchange
PHP Soap Client Example
Using the SoapClient in PHP allows you to interact with SOAP (Simple Object Access Protocol) web services. Here's a basic guide on how to use the SoapClient in PHP.
Read More +
| Webtraffic Exchange
Using the SoapClient in PHP allows you to interact with SOAP (Simple Object Access Protocol) web services. Here's a basic guide on how to use the SoapClient in PHP.
Read More +
| Webtraffic Exchange
We're using the Financial Force for our accounting package within Salesforce, and have written a new class for a change we're implementing which has nothing to do with the Sales Invoice object. However, when we tried to...
Read More +
| Webtraffic Exchange
I've had a chance to with a Postgres database and came across a table with two primary keys. This intrigues me to look up a definition of primary and unique key. I always thought there would only be one primary key in a...
Read More +
| Webtraffic Exchange
One of the servers we manage has been compromised, and hosting malware according to Kaspersky Anti-Virus software. The site uses a number of open-source applications such as WordPress, Gnuboard, and phpLinkDirectory. We...
Read More +
| Webtraffic Exchange
The reasoning for using a framework such as Zend Framework (ZF for short) is to speed up the development process, make the application extensible, and make use of the design patterns such as MVC. I think MVC is great, it...
Read More +
| Webtraffic Exchange
In scripting programming languages such as Perl, PHP, and Python use string quotation extensively. To include a single or double quote inside the string quotation, you'll have to escape the character with a backslash. Pe...
Read More +
| Webtraffic Exchange
We live in a very busy world, and sometimes we try to get things done quick-and-dirty. One of the most popular examples is to create a PHP script that renders a view and also handles form submission (action). So, what is...
Read More +
| Webtraffic Exchange
If you wish to make a backup of a file system between two Unix machines, you may use scp command.
Read More +
| Webtraffic Exchange
In most object-oriented programming languages such as Java, C++, and C#, you can define multiple constructors each having different signatures. The class calls the correct constructor based on the number of parameters, a...
Read More +
| Webtraffic Exchange
With high-end LCD and LED monitors becoming affordable, I've opted to upgrade my current 21" monitors with a larger 27" capable of displaying 2560 x 1440 resolution. I have a Dell Optiplex 3010 computer which has 1 x VGA...
Read More +