Random unique id
<? srand ((double) microtime() * 1000000); $uniq_id = uniqid(rand()); print $uniq_id; ?>