basket_count.php 111 Bytes
<?php
header("Content-type: text/html; charset=windows-1251");
require("../libs/setup.php");
print count();
?>