Re my earlier post...

I seem to have figured it out by changing the following lines :

//=======================================================================
      {
      $result= `grep -n Started logs/$file` ;
      echo '<tr><td><font size="2"><a href="/logs/'.$file.'">' . $file .
'</td></font></a>'.
      '<td>' . $result . '</td>';
      }
//========================================================================

Now it works the way it`s supposed to......



On Fri, 2003-03-07 at 12:38, Ernest E Vogelsinger wrote:
> At 11:36 07.03.2003, Chris Blake said:
> --------------------[snip]--------------------
> >Ok, it`s not that easy......here`s my code...I wanna search all the
> >files in the "logs" directory and for each file found I want it to
> >search for the word "started" and print that line into a table row..... 
> >
> >I will probably need to do like a "for each" loop....but where do I
> >insert it ?
> --------------------[snip]-------------------- 
> 
> In case you're _not_ in safe mode:
> 
> $result = `grep -n started logs/*`;
> 
> 
> -- 
>    >O     Ernest E. Vogelsinger
>    (\)    ICQ #13394035
>     ^     http://www.vogelsinger.at/
> 
> 
> 
-- 
Chris Blake
Office : (011) 782-0840
Cell : 083 985 0379
Your mouse has moved. Windows must be restarted for the change to take
effect. Reboot now? [ OK ]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to