Featured Articles
449 days agojQuery Calendar Widget Plugin
480 days ago10 Best jQuery Drag And Drop Plugins
human readable byte format
Inspired by: http://www.phpfront.com/php/Convert-Bytes-to-corresponding-size/Converts number in bytes to the number in bytes, megabytes, gigabytes, terabytes, etc. Works well as far ...
db session handler
<?php
class Session {
// session-lifetime
public $lifeTime;
function __construct ($db) {
// get session-lifetime
$this->lifeTime = get_cfg_var("session.gc_maxlifetime");
...
