User Profile

Collapse

Profile Sidebar

Collapse
neoblackviper
neoblackviper
Last Activity: Jan 28 '08, 11:15 AM
Joined: Jan 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • neoblackviper
    replied to Include error
    in PHP
    hmm it seems to work on other Lamp systems..

    im going to redo my install and see if that will work.
    See more | Go to post

    Leave a comment:


  • neoblackviper
    replied to Include error
    in PHP
    yes that does work and i have even stored it as a .inc and a text file to include and adjusted the scripts accordingly.
    See more | Go to post

    Leave a comment:


  • neoblackviper
    replied to Include error
    in PHP
    Actually it is there case wise you can see it when you visit the page it loads it with the question mark squares.

    Also they are copy past from there files and the file names are all in lower case . both of the files are in the directory called /test/ in my web server
    See more | Go to post

    Leave a comment:


  • neoblackviper
    started a topic Include error
    in PHP

    Include error

    ok i have added a include as i do to all over pages playing around with some date manipulation

    [PHP]
    <?php
    ini_set("displa y_errors", 1);
    include('datead d.php');


    $temptime = time();
    echo strftime('%Hh%M %A %d %b',$temptime);
    echo "<br />";
    echo $temptime;
    $temptime = DateAdd('n',50, $temptime);
    echo "<br />";...
    See more | Go to post

  • dates would work for half of the problem actually , if not it might be a nice place to start and see how its done...
    See more | Go to post

    Leave a comment:


  • Damn that would have been too easy i was looking for a format method to ensure there were always 2 figure's . ok so a mountain out of a mole hill.

    but what if there are a few variables to do this to ... i could do a function but there isn't there one premade?...

    or the other problem is the date time thingy.

    date set up using ymdHis

    and wanted to add 30 min on to it . or is there a better...
    See more | Go to post

    Leave a comment:


  • simple question: number returned two fig not 1 fig

    normally i just play with strings and such and a data base

    but say i have a number 55 and i minus 50

    i dont want '5' returned but i want '05' returned ?

    what could i do to get this affect
    See more | Go to post
    Last edited by neoblackviper; Jan 20 '08, 09:32 PM. Reason: unclear title
No activity results to display
Show More
Working...