Index: temp/trunk/html/test/naka/shopcgi.php
===================================================================
--- temp/trunk/html/test/naka/shopcgi.php	(revision 7746)
+++ temp/trunk/html/test/naka/shopcgi.php	(revision 7747)
@@ -67,5 +67,13 @@
 $req->clearPostData();
 
-print($response);
+if($response != "") {
+	$arrTemp = split("&", $response);
+	foreach($arrTemp as $ret) {
+		list($key, $val) = split("=", $ret);
+		$arrRet[$key] = $val;
+	}
+}
+
+sfPrintR($arrRet);
 
 // ·èºÑ¾ðÊó¤ÎÁ÷¿®
