From 70539fe94d67cb4bdde7edce8a26873343d3c240 Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 18 Aug 2010 12:00:21 -0300 Subject: Moving tests to apps folder --- apps/phpisis.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 apps/phpisis.php (limited to 'apps/phpisis.php') diff --git a/apps/phpisis.php b/apps/phpisis.php new file mode 100644 index 0000000..75326f1 --- /dev/null +++ b/apps/phpisis.php @@ -0,0 +1,29 @@ + + +

Testing pecl-isis

+'; + + $result = isis_search('$', $db); + while ($record = isis_fetch_flat_array($result) ) { + print (" MFN: $record[mfn]\n"); + for ($i=0; $i\n". + " $tag\n". + " ".htmlspecialchars($value)."\n". + " \n"); + } + } + echo ''; +?> + + -- cgit v1.2.3