X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2F_ajax%2Ftesting.php;fp=wwwroot%2F_ajax%2Ftesting.php;h=a5d2a1b8602952753c8ca2a9dfa2bec7e5ba5e0f;hb=a9de50399642ccac64af5e8d881ea55003e530d3;hp=0000000000000000000000000000000000000000;hpb=1dbcd10085c04288d9199af55b076c4ef571d9c9;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/_ajax/testing.php b/wwwroot/_ajax/testing.php new file mode 100644 index 0000000..a5d2a1b --- /dev/null +++ b/wwwroot/_ajax/testing.php @@ -0,0 +1,13 @@ +query("select user_id,last_action from users where (user_id > 2334 and user_id < 123456 and last_action like '2005-11-06 00:00:02')"); +while ($set->next()){ +echo $set->getString('user_id')." ; ".$set->getString('last_action')."
"; +} + +?>