Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default

    <? print file_get_contents(date('D').'.htm'); ?>

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  2. #12
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Skacrazy View Post
    It's been posted by joshuar-
    That's someone else, lol.
    kinda quit.

  3. #13
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    where does
    PHP Code:
    <? print file_get_contents(date('D').'.txt'); ?>
    go ?

    What does it replace? I can do all the rest, but dont know where to add it :S

  4. #14

    Default

    Make a file called timetable.php and in it place

    PHP Code:
    <? print file_get_contents(date('D').'.php'); ?>
    Then on your navigation have it go to timetable.php e.g.

    Code:
    <a href="timetable.php" target="main">Timetable</a>
    Random PHP Script Of The Week

    PHP Code:
    <?php
    // Made by RobbiePwnage Of HabboxForum.com
    // Visual Basic Message Maker
    $msg $GET_['msg'];
    $title $GET_['title'];
    echo(
    'Code For Message In Visual Basic:<br><br>Private Sub Command1_Click()
    MsgBox \"$msg\" & vbNewLine & \"- RobbiePwnage\", "$title - RobbiePwnage\"
    End Sub'
    );
    ?>

  5. #15
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    can some one post the FULL SCRIPT where I can edit it, not things i need to add :S
    it wont work for me, im doing sumin wrong, so can some 1 pls post the FULL Script

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •