--- a/calllog.php +++ 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] . "
"; +?> +