diff options
Diffstat (limited to 'user_guide/libraries/xmlrpc.html')
-rw-r--r-- | user_guide/libraries/xmlrpc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html index e329e4a95..c5f383929 100644 --- a/user_guide/libraries/xmlrpc.html +++ b/user_guide/libraries/xmlrpc.html @@ -319,7 +319,7 @@ XML-RPC Client and Server. You'll use the Client to send a request to the Serve <p>Using a text editor, create a controller called <dfn>xmlrpc_client.php</dfn>. In it, place this code and save it to your <samp>applications/controllers/</samp> folder:</p> -<textarea class="textarea" style="width:100%" cols="50" rows="32"><?php +<textarea class="textarea" style="width:100%" cols="50" rows="32"><?php class Xmlrpc_client extends Controller { @@ -357,7 +357,7 @@ class Xmlrpc_client extends Controller { <p>Using a text editor, create a controller called <dfn>xmlrpc_server.php</dfn>. In it, place this code and save it to your <samp>applications/controllers/</samp> folder:</p> -<textarea class="textarea" style="width:100%" cols="50" rows="30"><?php +<textarea class="textarea" style="width:100%" cols="50" rows="30"><?php class Xmlrpc_server extends Controller { |