From: Maxious Date: Wed, 17 Oct 2012 02:25:55 +0000 Subject: add calllog X-Git-Url: http://maxious.lambdacomplex.org/git/?p=scannr.git&a=commitdiff&h=07355e3d2e76f094d24ed2a07be04f46d85adf1e --- add calllog --- --- a/.gitmodules +++ b/.gitmodules @@ -3,5 +3,5 @@ url = git://github.com/uskr/pynma.git [submodule "js/flotr2"] path = js/flotr2 - url = git://github.com/HumbleSoftware/Flotr2.git + url = https://github.com/HumbleSoftware/Flotr2.git --- /dev/null +++ b/calllog.php @@ -1,1 +1,22 @@ +prepare( 'select * from recordings + order by call_timestamp desc limit 10'); + $sth->execute(Array()); + +$row = 0; +echo ""; +foreach ($sth->fetchAll() as $data) { + + + echo ""; + for ($c=0; $c < count($data); $c++) { + echo '\n"; + } + echo ""; + } + $row++; +echo "
'.$data[$c] . "
"; +?> +