bah, sorry for the spam. Was able to create my own timestamp with
mktime and then do the eregi(mydate, $line), etc etc.
Thanks anyways
~Steve
Stephen March wrote:
Hey folks, simple question for you..
I'm trying to search through a page (with fopen) for a Unix timestamp
(on Windows).
Simply d
Hey folks, simple question for you..
I'm trying to search through a page (with fopen) for a Unix timestamp
(on Windows).
Simply doing
while(!feof($fd))
{
$line = fgets($fd, 4096);
if(eregi(time(), $line) ...
will not work.Upon further investigation, I could not get
die(time()) to w