diff options
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
|