diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-08-08 19:04:40 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-08-08 19:04:40 +0200 |
commit | 8788d4b5f597465daaabf46455cd086b6b7deb58 (patch) | |
tree | 775f5bbc833ecd130476a662aaad0f2db3694b88 /user_guide/libraries/xmlrpc.html | |
parent | 487de38e4cf677a6c115232610d94b6cbcf504d4 (diff) |
changed some-site.com to example.com in example code per http://www.rfc-editor.org/rfc/rfc2606.txt
Diffstat (limited to 'user_guide/libraries/xmlrpc.html')
-rw-r--r-- | user_guide/libraries/xmlrpc.html | 2 |
1 files changed, 1 insertions, 1 deletions
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.</p> <p>Here is an example of a simple array with three parameters:</p>
-<code>$request = array('John', 'Doe', 'www.some-site.com');<br />
+<code>$request = array('John', 'Doe', 'www.example.com');<br />
$this->xmlrpc->request($request);</code>
<p>If you use data types other than strings, or if you have several different data types, you will place
|