Jump to content

wiilweer

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

wiilweer's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Maybe this will give more suggestions: Idea is that when user leaves page user stats are saved. So maybe detect session end or something, but I'm out of ideas. :s Thanks
  2. Hello, I've problem with jQuery event unLoad() and same story with <body unload="">. When I close tab, event is triggered. When I close entire browser event is not triggered and I can't save user stats. Can anybody give me working hint? Thanks.
  3. Hello, I'd like to make an array preferably multidimensional from files what are in subdirectory. Here is a code what I wrote but I doesn't work well becouse I wanted to load that string into javascript array..but it didnt work becouse it had some special characters.. $dir = opendir('f'); if($dir) { $result = ""; while (($file = readdir($dir)) !== false ) { if(strpbrk($file, 'mp3')) { $result = $result ."{ Track name: \"$file\", location: \"f/$file\" },<br/>"; } } echo $result; }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.