hmm it seems to work on other Lamp systems..
im going to redo my install and see if that will work.
User Profile
Collapse
-
yes that does work and i have even stored it as a .inc and a text file to include and adjusted the scripts accordingly.Leave a comment:
-
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 serverLeave a comment:
-
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 />";... -
dates would work for half of the problem actually , if not it might be a nice place to start and see how its done...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...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
No activity results to display
Show More
Leave a comment: