Index: /temp/test-xoops.ec-cube.net/html/test.php
===================================================================
--- /temp/test-xoops.ec-cube.net/html/test.php	(revision 1103)
+++ /temp/test-xoops.ec-cube.net/html/test.php	(revision 1103)
@@ -0,0 +1,15 @@
+<?php
+include 'mainfile.php';
+require XOOPS_ROOT_PATH."/class/SC_DbConn.php";
+require XOOPS_ROOT_PATH."/class/SC_Query.php";
+
+$objQuery = new SC_QUery();
+					
+$sqlval['org_name'] = "test";
+$sqlval['email'] = "uehara-02@lockon.co.jp";
+$sqlval["create_date"] = "now()";
+	
+$objQuery->insert("dtb_user_regist", $sqlval);
+
+
+?>
