Jump to content

pasanewa

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

pasanewa's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have to a problem.. <? echo "Original Time: ". date("h:i:s")."\n"; putenv("TZ=Asia/kathmandu"); echo "New Time: ". date("h:i:s a")."\n"; ?> => I am testing this in Kathmandu. So this must display... Original Time: 02:26:22 pm New Time: 02:26:22 BUT it is showing .. Original Time: 02:26:17 New Time: 08:41:17 am WHY ?? why is it showing wrong time..?? Where ever the site is run, i have to display the Nepali time..
  2. I have a Javascript function. I have a checkbox whose value has to be passed to PHP page if it is checked. that is if checkbox.checked = true.. I did=> var showlabel; if(chkbox6.checked==true) { showlabel.push(chkbox6.value); } request.open("GET","DrawMap.php?&chklabel="+showlabel,true); THEN AT THE PHP page DrawMap.php, i did like this=> $labelchk=$_GET['chklabel'].value; BUT $labelchk is NULL... WHY is it so ??? HELP plz..
  3. Well i didn't do what u said. But i increased the execution time for Apache server. And it works fine now.
  4. The error is message=> Fatal error: Maximum execution time of 30 seconds exceeded in D:\public_html\undp\map\DrawMap.php on line 61 can anyone help me out with this ? ITS URGENT. PLz..
  5. Need help about this topic.. PHP has encountered an Access Violation at 017B73CD WHAT'S this error ?
×
×
  • 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.