[twitter-dev] Re: track syntax

2009-08-09 Thread Tom Fitzgerald
    } > > >         } > > >         else { > > >             // view the header lines: uncomment the below line > > >             echo trim($line) . "\n"; > > > >             $header_arr[] = $line; > > >             $headercount = count

[twitter-dev] Re: track syntax

2009-08-03 Thread Tom Fitzgerald
ng = true; >                 $count = 1; >                 unset($header_arr, $headercount); >             } >         } >         if (trim($line) != '') $count++; >     } >     fclose($fp);} > > ?> > > The only changes I made was to echo things out

[twitter-dev] Re: track syntax

2009-08-02 Thread Tom Fitzgerald
Joel, For some reason when I try your code I get a timeout error. Any suggestions? What you have is exactly what I'm looking for. It could really help me out a jam, thanks! On Jul 27, 4:02 pm, Joel Strellner wrote: > Here is a working example of how to do /track: > > $count = 1; > $startparsing