Show
Ignore:
Timestamp:
09/24/08 15:54:58 (4 months ago)
Author:
david
Message:

merge [2932:2943/branches/0.11]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/samples/pub/xmlrpc-test.php

    r1964 r2944  
    88    <h1>Agavi XML-RPC Test</h1> 
    99<?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")); 
    1111 
    1212$url = "http://localhost/~dzuelke/_projects/agavi/branches/0.11/samples/pub/xmlrpc.php";