I got the array info: on the articles:
Array
(
    [0] => ingress Object
        (
            [artikkelid] => 241
            [nettstedid] => 11
            [gyldig] => 1
            [overskrift] => motorsport formel1
            [artikkellink] => art.php?artikkelid=241
            [forfatternavn] => Aleksander Lyse
            [forfatterlink] => http://www.ikke.no/
            [ingress] => Formel1
            [publisertLang] => 20030530135301
            [publisert] => 2003 30/05
            [bilde] =>
            [artikkeltypeid] => 38
        )

The code I use to feed the articles are:

if($ingresser =
hentIngresser($nettstedid,37,$sprakid,$offsetannet,$antal1ingress))
        listIngresser1($ingresser);

How can I only show the articles from eg. 2003 01/06 - 2003 31/6

Regards
A. Lyse



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

Reply via email to