From 8788d4b5f597465daaabf46455cd086b6b7deb58 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 8 Aug 2007 17:04:40 +0000 Subject: changed some-site.com to example.com in example code per http://www.rfc-editor.org/rfc/rfc2606.txt --- user_guide/libraries/xmlrpc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/libraries/xmlrpc.html') diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html index 243065653..eb1904e16 100644 --- a/user_guide/libraries/xmlrpc.html +++ b/user_guide/libraries/xmlrpc.html @@ -151,7 +151,7 @@ you will have to include the data type in the request array.

Here is an example of a simple array with three parameters:

-$request = array('John', 'Doe', 'www.some-site.com');
+$request = array('John', 'Doe', 'www.example.com');
$this->xmlrpc->request($request);

If you use data types other than strings, or if you have several different data types, you will place -- cgit v1.2.3-24-g4f1b