thagg.com/intotherudetagssign in
thagg.com/home
recept +15css +11jquery +11javascript +9ios +4android +3canvas +3code +3game +3massive-warfare +3php +3silverstripe +3koekjes +2performance +2plugins +23rd-party +1advies +1animation +1appelkruimel +1arretjescake +1authentication +1bank +1bbq +1... view all tags

php

19 May 2011 - 13:06:53 simple generate random password
$allowed_chars = "abcdefghijklmnopqrstuvwxyz1234567890"; $randompw = substr(str_shuffle($allowed_chars),0,8);
21 July 2011 - 22:23:48 social network share php function
php code   function share($title=false) {     $link = "http://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI&...
20 May 2011 - 12:20:53 waardes in array tellen
$array = array(1,2,3,3,1,5,6); $count = array_count_values($array);   print_r($count);   OUTPUT: Array ( [1] => 2 [2] => 1 [3] =&...
thagg.com  |  home  |  next user  |  about  |  copyright  |  help  |  create account  |  twitter