Skip to content

Instantly share code, notes, and snippets.

<?
class online{
public function __construct(){
$ip = $_SERVER['REMOTE_ADDR'];
$url = $_SERVER['REQUEST_URI'];
$now = date('Y-m-d h:i:s');
}
public function kullanici(){