Changeset 2943 for branches/0.11/samples/pub/xmlrpc-test.php
- Timestamp:
- 09/24/08 15:50:07 (4 months ago)
- Files:
-
- 1 modified
-
branches/0.11/samples/pub/xmlrpc-test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/samples/pub/xmlrpc-test.php
r1894 r2943 8 8 <h1>Agavi XML-RPC Test</h1> 9 9 <?php 10 $request = xmlrpc_encode_request('getItemPrice', array(' name' => 'nonsense'), array("encoding" => "utf-8", "escaping" => "markup"));10 $request = xmlrpc_encode_request('getItemPrice', array('id' => 123456), array("encoding" => "utf-8", "escaping" => "markup")); 11 11 12 12 $url = "http://localhost/~dzuelke/_projects/agavi/branches/0.11/samples/pub/xmlrpc.php";

