Where Would I...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Where Would I...

    where would i add the new time to the scotspaul script?.. the time i have is 8 hours out... i have the time code ect just not sure where to add it...

    $hereNew_Time = time() + (23 * 60 * 60);
    $heretime=date("H:i",$hereNew_Time);
    echo "
    London, Dublin, Lisbon: $heretime";

    #2
    place in config.inc.php

    $hereNew_Time = time() + (23 * 60 * 60);
    $heretime=date("H:i",$hereNew_Time);

    anywhere in site place

    echo '$heretime';
    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
    Visit: WapMasterz Coming Back Soon!
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

    Comment

    Working...
    X