Jump to content

seidanis

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

About seidanis

  • Birthday 09/05/1969

Contact Methods

  • MSN
    alexseidanis@msn.com
  • Website URL
    http://www.translab.gr

Profile Information

  • Gender
    Not Telling
  • Location
    Athens, Greece

seidanis's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, my JS knowledge is close to none, so please bare with me. Finding out the visitor's time zone offset was not that hard: [code] var now = new Date(); var tzo = now.getTimezoneOffset(); [/code] What I need to do now, is automatically pass "tzo" back to the server, for further processing via PHP. Passing its value onto a PHP variable would be ideal. Any hints please? Alex
  2. Hello, To make a long story short, I recently noticed that svchost.exe as LOCAL SERVICE in my Windows installation is taking up close to or more than 50% of the CPU. This started happening after I created a few virtual hosts from within the Apache conf file. The workaround to this is stop the Apache server, wait a couple of seconds and then start it again (restart won\'t do the trick). svchost.exe goes down to 0% of CPU and never rises again (until the next re-boot, that is). Any idea what causes the trouble and how I can troubleshoot it? Thanx in advance, Alex
  3. OK, I got it. I had a tiny typo in the query: end=>\'$datenow\'
  4. Here\'s the story: I need to look up entries from a table that fulfil the following criteria: However, the following query does not seem to work:
×
×
  • 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.