logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: Format of range parameter: msg#00028

Subject: Re: Format of range parameter
Brian Groth wrote:
> What is the syntax for getting page_impressions from 23/2/2002-13:00
> to 25/2/2002-14:55?

  You need to provide the start and end dates as UNIX timestamps:

   $top = phpOpenTracker::get(
     array(
       'api_call' => 'top',
                'what'     => 'document',
       'start'    => start_timestamp,
       'end'      => end_timestamp
     )
   );

> And is there a usage maillist?

  Sure, just go to

    https://lists.sourceforge.net/lists/listinfo/phpopencounter-user

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>