Archive

Archive for January, 2010

PHP & JavaScript -> XML communication

January 26th, 2010 karlosp No comments


PHP:
  1. function unicode_urldecode($url) {
  2.     preg_match_all('/%u([[:alnum:]]{4})/', $url, $a);
  3.  
  4.     foreach ($a[1] as $uniord) {
  5.        $utf = '&#x' . $uniord . ';';
  6.        $url = str_replace('%u'.$uniord, $utf, $url);
  7.     }   
  8.     return urldecode($url);
  9. }

Usage:

PHP:
  1. $content = unicode_urldecode($_GET['content']);

Categories: php_mysql Tags:

USB AVERMEDIA AverTV Hybrid Volar HD

January 20th, 2010 karlosp No comments

USB digitalni sprejemnik

AVERMEDIA AverTV Hybrid Volar HD

Categories: Malo mešano Tags:

Nero 6 : Nero BurnRights allows non-administrator users to burn CDs

January 16th, 2010 karlosp No comments
Categories: Malo mešano Tags:

Download MP3′s from wrzuta.pl

January 10th, 2010 karlosp No comments
Categories: Greasemonkey scripts Tags:
101900 pages viewed, 147 today
53337 visits, 88 today
FireStats icon Powered by FireStats