X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=ajax%2Ftesting.php;h=a5d2a1b8602952753c8ca2a9dfa2bec7e5ba5e0f;hb=HEAD;hp=c8e78a2fa1066a5559bb5c299dcbc2ca6ee7492d;hpb=b42b2bf946332ad8544d53f610be9cb05e80bf56;p=mirrors%2FKyberia-bloodline.git diff --git a/ajax/testing.php b/ajax/testing.php deleted file mode 100644 index c8e78a2..0000000 --- a/ajax/testing.php +++ /dev/null @@ -1,13 +0,0 @@ -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')."
"; -} - -?> \ No newline at end of file