• Welcome to NamesLot.com Domain Name Forum

    NamesLot.com Domain Name Forum offers a fully open forum to discuss domain industry news and a 0% commission marketplace for you to buy and sell domain names.

    We have reorganized our Marketplace so now it is easier to get attention to your domain while it is also easier for buyers to find the right domain name.

    If you want us to add more threads to our marketplace, please contact us! Listing on our marketplace as always, 100% free! Register NOW or Login HERE!

Recent content by raju79

  1. R

    Help Needed for addition of two variables Urgent...

    Thanks for suggestion slightly modify. { $temp = explode(":", $c1t); $temp1 = explode(":", $r6[0]); $t0 = $temp[0] + $temp1[0]; $t1 = $temp[1] + $temp1[1]; while( $t1 >= 60) { $t0 = $t0 +1; $t1 = $t1 - 60; } $t2 = $temp[2] + $temp1[2]; $c1t = sprintf("%02d:%02d:%02d", $t0, $t1...
  2. R

    Help Needed for addition of two variables Urgent...

    It is not working. Please tyr it out with my given variable value. Time sum is coming wrong.
  3. R

    Help Needed for addition of two variables Urgent...

    I need to sum two variable each of them have time in time format how can i add them to have result in the same time format. $c1 = 29:00:00 $c2 = 05:10:00 $c = $c1 + $c2; when i echo $c it gives result as 34 But i need result as 34:10:00 Please help me out. Thanks
Top