Re: [PHP-WIN] Problems with Unix timestamp

2003-08-23 Thread Stephen March
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

[PHP-WIN] Problems with Unix timestamp

2003-08-22 Thread Stephen March
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