From bac9ab414127873b058d0b2ff3902399ef5d646f Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 26 Mar 2010 18:22:33 -0300 Subject: Adding isis db module --- index.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 071d06d..f5a5704 100644 --- a/index.php +++ b/index.php @@ -177,10 +177,13 @@ include('spyc/spyc.php');

query reading a record

read(3); + $r = $db->read(6); echo "
---\n", $r->toString(), "---\n

\n"; echo '
';
-    echo print_r($r);
+    //print_r($r);
+    //print_r($r->val[8]);
+    print_r(preg_split('/\t/', $r->val[7]));
+
     echo '
'; } // end else could contact server ?> -- cgit v1.2.3