Ik heb het script om de foto's van Picasa op je site te weergeven geïnstalleerd, ik heb alle instructies opgevolgd, maar ik kan alleen de eerste foto uitvergroten en de vorige/volgende knoppen werken niet.

fotos.php
                   <?php
require_once('curl.php');

$gebruikersnaam = 'vvGendringen';

$curl = new CURL();
$curl->enableCache();

echo '<a name="fotoalbum"></a>';

if(isset($_GET['album']) && !empty($_GET['album']))
{    
    $xml = $curl->get('http://picasaweb.google.com/data/feed/api/user/'.$gebruikersnaam.'/album/'.$_GET['album']);
    
    if($xml != 'No album found.')
    {
        $xml = new SimpleXMLElement($xml);
    
        echo '>> <a href="index.php?pagina=fotos#fotoalbum" class="text_darkblue_12">Fotoalbum</a> >> <a href="index.php?pagina=fotos&amp;album='.$_GET['album'].'#fotoalbum" class="text_darkblue_12">'.$xml->title.'</a> (<a href="'.$xml->link[2]['href'].'" target="_blank" class="text_darkblue_12">Presentatie</a>)<br>';
    
    if(count($xml->entry) > 0)
    {
            echo '<hr><div style="text-align: center">';
            
            if(isset($_GET['foto']) && !empty($_GET['foto']))
            {
                for ($i = 0; $i <= count($xml->entry)-1; $i++)
                {
                    if($xml->entry[$i]->title == $_GET['foto'])
                    {
                        $tmp = $i;
                    }
                }
                
                if($tmp == 0)
                {
                    echo '<< Vorige';
                }else{
                    echo '<< <a href="index.php?pagina=fotos&amp;album='.$_GET['album'].'&amp;foto='.$xml->entry[$tmp-1]->title.'#fotoalbum" class="text_darkblue_12">Vorige</a>';
                }
                
                echo '&nbsp;&nbsp; Foto '.($tmp+1).' van '.count($xml->entry).' &nbsp;&nbsp;';
                
                if($tmp == count($xml->entry)-1)
                {
                    echo 'Volgende >><br><br>';
                }else{
                    echo '<a href="index.php?pagina=fotos&amp;album='.$_GET['album'].'&amp;foto='.$xml->entry[$tmp+1]->title.'#fotoalbum" class="text_darkblue_12">Volgende</a> >><br><br>';
                }

                echo '<img src="'.$xml->entry[$tmp]->content['src'].'?imgmax=576" title="'.$xml->title.' - '.$xml->entry[$tmp]->title.'" alt="'.$xml->title.' - '.$xml->entry[$tmp]->title.'">';  
            }else{
                   foreach($xml->entry as $album)
                {                    
                    echo '<a href="index.php?pagina=fotos&amp;album='.$_GET['album'].'&amp;foto='.$album->title.'#fotoalbum" class="thumbnail"><img src="'.$album->content['src'].'?imgmax=400" class="thumbnail" title="'.$album->title.'" border="0" alt="'.$album->title.'"></a><br>';
                }
            }
            
            echo '</div>';
            
    }else{
        echo '<p>Sorry, er zijn op dit moment nog geen fotos aan dit album toegevoegd</p>';
    }
    }else{
    echo '<p>Sorry, ik heb dit album niet kunnen vinden!</p>';
    }
}else{
    echo '<p>Uw fotoalbum hieronder? Neem contact met me op.</p>';
    
    $xml = $curl->get('http://picasaweb.google.com/data/feed/api/user/'.$gebruikersnaam);

    $xml = new SimpleXMLElement($xml);
    
    if(count($xml->entry) > 0)
    {
    foreach ($xml->entry as $album)
    {
        echo '<img src="images/folder.gif" style="vertical-align : middle; margin-right: 10px;">';
        echo '<b><a href="index.php?pagina=fotos&amp;album='.strtolower(str_replace(' ','',$album->title)).'#fotoalbum" class="text_darkblue_12">'.$album->title.'</a></b>';
        echo ' Laatst geupdate op '.strftime("%e %B %Y om %H:%M", strtotime($album->updated)).'<br>';
    }
    }else{
    echo '<p>Sorry, er zijn op dit moment nog geen albums toegevoegd!</p>';
    }
}
?> 

Curl.php: http://uwmike.com/maps/curl.php.source
Link naar de geïnclude code: klik hier!
Ik heb 24 uurtjes gewacht, zou iemand me nu willen helpen?
Je zal toch echt even de versie met tabs en indents moeten posten, want zoals je zelf al opmerkt, deze "boom" is nogal onleesbaar. Kopieer hem vanuit de broncode, of zet er even <pre>-tags omheen. Dan zou je die structuur wel moeten zien.
Hopelijk brengt dit iets meer duidelijkheid:

SimpleXMLElement Object
(
    [id] =&gt; Array
        (
            [0] =&gt; http://picasaweb.google.com/data/feed/api/user/vvGendringen/album/2007oudjaar
            [1] =&gt; 5150082349244473697
        )

    [updated] =&gt; 2007-12-31T10:36:18.000Z
    [category] =&gt; SimpleXMLElement Object
        (
        )

    [title] =&gt; 2007Oudjaar
    [subtitle] =&gt; SimpleXMLElement Object
        (
        )

    [rights] =&gt; public
    [icon] =&gt; http://lh5.google.com/vvGendringen/R3jEnD654WE/AAAAAAAAFTA/Bvo-lrJsQYk/s160-c/2007Oudjaar.jpg
    [link] =&gt; Array
        (
            [0] =&gt; SimpleXMLElement Object
                (
                )

            [1] =&gt; SimpleXMLElement Object
                (
                )

            [2] =&gt; SimpleXMLElement Object
                (
                )

            [3] =&gt; SimpleXMLElement Object
                (
                )

            [4] =&gt; SimpleXMLElement Object
                (
                )

        )

    [author] =&gt; SimpleXMLElement Object
        (
            [name] =&gt; vvGendringen
            [uri] =&gt; http://picasaweb.google.com/vvGendringen
        )

    [generator] =&gt; Google Photos
    [totalResults] =&gt; 11
    [startIndex] =&gt; 1
    [itemsPerPage] =&gt; 1000
    [name] =&gt; 2007Oudjaar
    [location] =&gt; SimpleXMLElement Object
        (
        )

    [access] =&gt; public
    [timestamp] =&gt; 1199096819000
    [numphotos] =&gt; 11
    [user] =&gt; vvGendringen
    [nickname] =&gt; vvGendringen
    [commentingEnabled] =&gt; true
    [commentCount] =&gt; 0
    [allowPrints] =&gt; false
    [allowDownloads] =&gt; false
    [entry] =&gt; Array
        (
            [0] =&gt; SimpleXMLElement Object
                (
                    [id] =&gt; Array
                        (
                            [0] =&gt; http://picasaweb.google.com/data/entry/api/user/vvGendringen/albumid/5150082349244473697/photoid/5150083345676886562
                            [1] =&gt; 5150083345676886562
                        )

                    [published] =&gt; 2007-12-31T10:33:40.000Z
                    [updated] =&gt; 2007-12-31T10:33:40.000Z
                    [category] =&gt; SimpleXMLElement Object
                        (
                        )

                    [title] =&gt; IMG_1522.jpg
                    [summary] =&gt; Ik ben een Graafschap-fan
                    [content] =&gt; SimpleXMLElement Object
                        (
                        )

                    [link] =&gt; Array
                        (
                            [0] =&gt; SimpleXMLElement Object
                                (
                                )

                            [1] =&gt; SimpleXMLElement Object
                                (
                                )

                            [2] =&gt; SimpleXMLElement Object
                                (
                                )

                            [3] =&gt; SimpleXMLElement Object
                                (
                                )

                        )

                    [version] =&gt; 1199097220145793
                    [position] =&gt; 0.0
                    [albumid] =&gt; 5150082349244473697
                    [width] =&gt; 1600
                    [height] =&gt; 1200
                    [size] =&gt; 592089
                    [client] =&gt; SimpleXMLElement Object
                        (
                        )

                    [checksum] =&gt; 633c5e19
                    [timestamp] =&gt; 1199018463000
                    [tags] =&gt; SimpleXMLElement Object
                        (
                            [fstop] =&gt; 2.8
                            [make] =&gt; Canon
                            [model] =&gt; Canon PowerShot A430
                            [exposure] =&gt; 0.016667
                            [flash] =&gt; true
                            [focallength] =&gt; 5.4
                            [time] =&gt; 1199018463000
                            [imageUniqueID] =&gt; bd5bc66a1c4bbcd19ffb66923a0af22a
                        )

                    [commentingEnabled] =&gt; true
                    [commentCount] =&gt; 0
                    [group] =&gt; SimpleXMLElement Object
                        (
                            [title] =&gt; IMG_1522.jpg
                            [description] =&gt; Ik ben een Graafschap-fan
                            [keywords] =&gt; SimpleXMLElement Object
                                (
                                )

                            [thumbnail] =&gt; Array
                                (
                                    [0] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [1] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [2] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                )

                            [content] =&gt; SimpleXMLElement Object
                                (
                                )

                            [credit] =&gt; vvGendringen
                        )

                )

            [1] =&gt; SimpleXMLElement Object
                (
                    [id] =&gt; Array
                        (
                            [0] =&gt; http://picasaweb.google.com/data/entry/api/user/vvGendringen/albumid/5150082349244473697/photoid/5150083165288260098
                            [1] =&gt; 5150083165288260098
                        )

                    [published] =&gt; 2007-12-31T10:32:58.000Z
                    [updated] =&gt; 2007-12-31T10:32:58.000Z
                    [category] =&gt; SimpleXMLElement Object
                        (
                        )

                    [title] =&gt; IMG_1526.jpg
                    [summary] =&gt; Hij  zit er bijna in....
                    [content] =&gt; SimpleXMLElement Object
                        (
                        )

                    [link] =&gt; Array
                        (
                            [0] =&gt; SimpleXMLElement Object
                                (
                                )

                            [1] =&gt; SimpleXMLElement Object
                                (
                                )

                            [2] =&gt; SimpleXMLElement Object
                                (
                                )

                            [3] =&gt; SimpleXMLElement Object
                                (
                                )

                        )

                    [version] =&gt; 1199097178387625
                    [position] =&gt; 1.0
                    [albumid] =&gt; 5150082349244473697
                    [width] =&gt; 1600
                    [height] =&gt; 850
                    [size] =&gt; 417827
                    [client] =&gt; SimpleXMLElement Object
                        (
                        )

                    [checksum] =&gt; d23950a9
                    [timestamp] =&gt; 1199018786000
                    [tags] =&gt; SimpleXMLElement Object
                        (
                            [fstop] =&gt; 2.8
                            [make] =&gt; Canon
                            [model] =&gt; Canon PowerShot A430
                            [exposure] =&gt; 0.016667
                            [flash] =&gt; true
                            [focallength] =&gt; 5.4
                            [time] =&gt; 1199018786000
                            [imageUniqueID] =&gt; 46054c7ca6469328e7934e67c4bc9031
                        )

                    [commentingEnabled] =&gt; true
                    [commentCount] =&gt; 0
                    [group] =&gt; SimpleXMLElement Object
                        (
                            [title] =&gt; IMG_1526.jpg
                            [description] =&gt; Hij  zit er bijna in....
                            [keywords] =&gt; SimpleXMLElement Object
                                (
                                )

                            [thumbnail] =&gt; Array
                                (
                                    [0] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [1] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [2] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                )

                            [content] =&gt; SimpleXMLElement Object
                                (
                                )

                            [credit] =&gt; vvGendringen
                        )

                )

            [2] =&gt; SimpleXMLElement Object
                (
                    [id] =&gt; Array
                        (
                            [0] =&gt; http://picasaweb.google.com/data/entry/api/user/vvGendringen/albumid/5150082349244473697/photoid/5150083255482573330
                            [1] =&gt; 5150083255482573330
                        )

                    [published] =&gt; 2007-12-31T10:33:19.000Z
                    [updated] =&gt; 2007-12-31T10:33:19.000Z
                    [category] =&gt; SimpleXMLElement Object
                        (
                        )

                    [title] =&gt; IMG_1525.jpg
                    [summary] =&gt; Vol aandacht voor de wedstrijd
                    [content] =&gt; SimpleXMLElement Object
                        (
                        )

                    [link] =&gt; Array
                        (
                            [0] =&gt; SimpleXMLElement Object
                                (
                                )

                            [1] =&gt; SimpleXMLElement Object
                                (
                                )

                            [2] =&gt; SimpleXMLElement Object
                                (
                                )

                            [3] =&gt; SimpleXMLElement Object
                                (
                                )

                        )

                    [version] =&gt; 1199097199443512
                    [position] =&gt; 2.0
                    [albumid] =&gt; 5150082349244473697
                    [width] =&gt; 1600
                    [height] =&gt; 1463
                    [size] =&gt; 623833
                    [client] =&gt; SimpleXMLElement Object
                        (
                        )

                    [checksum] =&gt; a0c9b7e9
                    [timestamp] =&gt; 1199018661000
                    [tags] =&gt; SimpleXMLElement Object
                        (
                            [fstop] =&gt; 2.8
                            [make] =&gt; Canon
                            [model] =&gt; Canon PowerShot A430
                            [exposure] =&gt; 0.016667
                            [flash] =&gt; true
                            [focallength] =&gt; 5.4
                            [time] =&gt; 1199018661000
                            [imageUniqueID] =&gt; a6135e505c4c8d84e4747be9fd1b6156
                        )

                    [commentingEnabled] =&gt; true
                    [commentCount] =&gt; 0
                    [group] =&gt; SimpleXMLElement Object
                        (
                            [title] =&gt; IMG_1525.jpg
                            [description] =&gt; Vol aandacht voor de wedstrijd
                            [keywords] =&gt; SimpleXMLElement Object
                                (
                                )

                            [thumbnail] =&gt; Array
                                (
                                    [0] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [1] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [2] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                )

                            [content] =&gt; SimpleXMLElement Object
                                (
                                )

                            [credit] =&gt; vvGendringen
                        )

                )

            [3] =&gt; SimpleXMLElement Object
                (
                    [id] =&gt; Array
                        (
                            [0] =&gt; http://picasaweb.google.com/data/entry/api/user/vvGendringen/albumid/5150082349244473697/photoid/5150082881820418498
                            [1] =&gt; 5150082881820418498
                        )

                    [published] =&gt; 2007-12-31T10:31:52.000Z
                    [updated] =&gt; 2007-12-31T10:31:52.000Z
                    [category] =&gt; SimpleXMLElement Object
                        (
                        )

                    [title] =&gt; IMG_1530.jpg
                    [summary] =&gt; Oudejaarsvoetbal E-pupillen
                    [content] =&gt; SimpleXMLElement Object
                        (
                        )

                    [link] =&gt; Array
                        (
                            [0] =&gt; SimpleXMLElement Object
                                (
                                )

                            [1] =&gt; SimpleXMLElement Object
                                (
                                )

                            [2] =&gt; SimpleXMLElement Object
                                (
                                )

                            [3] =&gt; SimpleXMLElement Object
                                (
                                )

                        )

                    [version] =&gt; 1199097112173886
                    [position] =&gt; 3.0
                    [albumid] =&gt; 5150082349244473697
                    [width] =&gt; 1600
                    [height] =&gt; 1200
                    [size] =&gt; 453873
                    [client] =&gt; SimpleXMLElement Object
                        (
                        )

                    [checksum] =&gt; ddd7f0d2
                    [timestamp] =&gt; 1199031203000
                    [tags] =&gt; SimpleXMLElement Object
                        (
                            [fstop] =&gt; 2.8
                            [make] =&gt; Canon
                            [model] =&gt; Canon PowerShot A430
                            [exposure] =&gt; 0.016667
                            [flash] =&gt; true
                            [focallength] =&gt; 5.4
                            [time] =&gt; 1199031203000
                            [imageUniqueID] =&gt; 3769697a636234bc72bab8cb48a54ec8
                        )

                    [commentingEnabled] =&gt; true
                    [commentCount] =&gt; 0
                    [group] =&gt; SimpleXMLElement Object
                        (
                            [title] =&gt; IMG_1530.jpg
                            [description] =&gt; Oudejaarsvoetbal E-pupillen
                            [keywords] =&gt; SimpleXMLElement Object
                                (
                                )

                            [thumbnail] =&gt; Array
                                (
                                    [0] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [1] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [2] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                )

                            [content] =&gt; SimpleXMLElement Object
                                (
                                )

                            [credit] =&gt; vvGendringen
                        )

                )

            [4] =&gt; SimpleXMLElement Object
                (
                    [id] =&gt; Array
                        (
                            [0] =&gt; http://picasaweb.google.com/data/entry/api/user/vvGendringen/albumid/5150082349244473697/photoid/5150082714316693922
                            [1] =&gt; 5150082714316693922
                        )

                    [published] =&gt; 2007-12-31T10:31:13.000Z
                    [updated] =&gt; 2007-12-31T10:31:12.000Z
                    [category] =&gt; SimpleXMLElement Object
                        (
                        )

                    [title] =&gt; IMG_1538.jpg
                    [summary] =&gt; Oudejaarsvoetbal B-junioren
                    [content] =&gt; SimpleXMLElement Object
                        (
                        )

                    [link] =&gt; Array
                        (
                            [0] =&gt; SimpleXMLElement Object
                                (
                                )

                            [1] =&gt; SimpleXMLElement Object
                                (
                                )

                            [2] =&gt; SimpleXMLElement Object
                                (
                                )

                            [3] =&gt; SimpleXMLElement Object
                                (
                                )

                        )

                    [version] =&gt; 1199097072841619
                    [position] =&gt; 4.0
                    [albumid] =&gt; 5150082349244473697
                    [width] =&gt; 1600
                    [height] =&gt; 1200
                    [size] =&gt; 778052
                    [client] =&gt; SimpleXMLElement Object
                        (
                        )

                    [checksum] =&gt; 15aad995
                    [timestamp] =&gt; 1199042408000
                    [tags] =&gt; SimpleXMLElement Object
                        (
                            [fstop] =&gt; 2.8
                            [make] =&gt; Canon
                            [model] =&gt; Canon PowerShot A430
                            [exposure] =&gt; 0.016667
                            [flash] =&gt; true
                            [focallength] =&gt; 5.4
                            [time] =&gt; 1199042408000
                            [imageUniqueID] =&gt; 8901bfe3bdec4dff3b62d06ad39bd89e
                        )

                    [commentingEnabled] =&gt; true
                    [commentCount] =&gt; 0
                    [group] =&gt; SimpleXMLElement Object
                        (
                            [title] =&gt; IMG_1538.jpg
                            [description] =&gt; Oudejaarsvoetbal B-junioren
                            [keywords] =&gt; SimpleXMLElement Object
                                (
                                )

                            [thumbnail] =&gt; Array
                                (
                                    [0] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [1] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [2] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                )

                            [content] =&gt; SimpleXMLElement Object
                                (
                                )

                            [credit] =&gt; vvGendringen
                        )

                )

            [5] =&gt; SimpleXMLElement Object
                (
                    [id] =&gt; Array
                        (
                            [0] =&gt; http://picasaweb.google.com/data/entry/api/user/vvGendringen/albumid/5150082349244473697/photoid/5150083023554339298
                            [1] =&gt; 5150083023554339298
                        )

                    [published] =&gt; 2007-12-31T10:32:25.000Z
                    [updated] =&gt; 2007-12-31T10:32:25.000Z
                    [category] =&gt; SimpleXMLElement Object
                        (
                        )

                    [title] =&gt; IMG_1528.jpg
                    [summary] =&gt; Oudejaarsvoetbal D-pupillen
                    [content] =&gt; SimpleXMLElement Object
                        (
                        )

                    [link] =&gt; Array
                        (
                            [0] =&gt; SimpleXMLElement Object
                                (
                                )

                            [1] =&gt; SimpleXMLElement Object
                                (
                                )

                            [2] =&gt; SimpleXMLElement Object
                                (
                                )

                            [3] =&gt; SimpleXMLElement Object
                                (
                                )

                        )

                    [version] =&gt; 1199097145050800
                    [position] =&gt; 5.0
                    [albumid] =&gt; 5150082349244473697
                    [width] =&gt; 1600
                    [height] =&gt; 863
                    [size] =&gt; 477821
                    [client] =&gt; SimpleXMLElement Object
                        (
                        )

                    [checksum] =&gt; cf6466cd
                    [timestamp] =&gt; 1199021343000
                    [tags] =&gt; SimpleXMLElement Object
                        (
                            [fstop] =&gt; 2.8
                            [make] =&gt; Canon
                            [model] =&gt; Canon PowerShot A430
                            [exposure] =&gt; 0.016667
                            [flash] =&gt; true
                            [focallength] =&gt; 5.4
                            [time] =&gt; 1199021343000
                            [imageUniqueID] =&gt; dec72d20199ecd656a09d7b3815e0033
                        )

                    [commentingEnabled] =&gt; true
                    [commentCount] =&gt; 0
                    [group] =&gt; SimpleXMLElement Object
                        (
                            [title] =&gt; IMG_1528.jpg
                            [description] =&gt; Oudejaarsvoetbal D-pupillen
                            [keywords] =&gt; SimpleXMLElement Object
                                (
                                )

                            [thumbnail] =&gt; Array
                                (
                                    [0] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [1] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [2] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                )

                            [content] =&gt; SimpleXMLElement Object
                                (
                                )

                            [credit] =&gt; vvGendringen
                        )

                )

            [6] =&gt; SimpleXMLElement Object
                (
                    [id] =&gt; Array
                        (
                            [0] =&gt; http://picasaweb.google.com/data/entry/api/user/vvGendringen/albumid/5150082349244473697/photoid/5150082950539895250
                            [1] =&gt; 5150082950539895250
                        )

                    [published] =&gt; 2007-12-31T10:32:08.000Z
                    [updated] =&gt; 2007-12-31T10:32:08.000Z
                    [category] =&gt; SimpleXMLElement Object
                        (
                        )

                    [title] =&gt; IMG_1529.jpg
                    [summary] =&gt; Oudejaarsvoetbal Meisjes A en Meisjes B
                    [content] =&gt; SimpleXMLElement Object
                        (
                        )

                    [link] =&gt; Array
                        (
                            [0] =&gt; SimpleXMLElement Object
                                (
                                )

                            [1] =&gt; SimpleXMLElement Object
                                (
                                )

                            [2] =&gt; SimpleXMLElement Object
                                (
                                )

                            [3] =&gt; SimpleXMLElement Object
                                (
                                )

                        )

                    [version] =&gt; 1199097128888184
                    [position] =&gt; 6.0
                    [albumid] =&gt; 5150082349244473697
                    [width] =&gt; 1600
                    [height] =&gt; 792
                    [size] =&gt; 450561
                    [client] =&gt; SimpleXMLElement Object
                        (
                        )

                    [checksum] =&gt; f85f092b
                    [timestamp] =&gt; 1199021463000
                    [tags] =&gt; SimpleXMLElement Object
                        (
                            [fstop] =&gt; 2.8
                            [make] =&gt; Canon
                            [model] =&gt; Canon PowerShot A430
                            [exposure] =&gt; 0.016667
                            [flash] =&gt; true
                            [focallength] =&gt; 5.4
                            [time] =&gt; 1199021463000
                            [imageUniqueID] =&gt; 68da1d0ab0380f69bef6e59c08f5390e
                        )

                    [commentingEnabled] =&gt; true
                    [commentCount] =&gt; 0
                    [group] =&gt; SimpleXMLElement Object
                        (
                            [title] =&gt; IMG_1529.jpg
                            [description] =&gt; Oudejaarsvoetbal Meisjes A en Meisjes B
                            [keywords] =&gt; SimpleXMLElement Object
                                (
                                )

                            [thumbnail] =&gt; Array
                                (
                                    [0] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [1] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [2] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                )

                            [content] =&gt; SimpleXMLElement Object
                                (
                                )

                            [credit] =&gt; vvGendringen
                        )

                )

            [7] =&gt; SimpleXMLElement Object
                (
                    [id] =&gt; Array
                        (
                            [0] =&gt; http://picasaweb.google.com/data/entry/api/user/vvGendringen/albumid/5150082349244473697/photoid/5150082813100941746
                            [1] =&gt; 5150082813100941746
                        )

                    [published] =&gt; 2007-12-31T10:31:36.000Z
                    [updated] =&gt; 2007-12-31T10:31:36.000Z
                    [category] =&gt; SimpleXMLElement Object
                        (
                        )

                    [title] =&gt; IMG_1534.jpg
                    [summary] =&gt; Oudejaarsvoetbal C-junioren
                    [content] =&gt; SimpleXMLElement Object
                        (
                        )

                    [link] =&gt; Array
                        (
                            [0] =&gt; SimpleXMLElement Object
                                (
                                )

                            [1] =&gt; SimpleXMLElement Object
                                (
                                )

                            [2] =&gt; SimpleXMLElement Object
                                (
                                )

                            [3] =&gt; SimpleXMLElement Object
                                (
                                )

                        )

                    [version] =&gt; 1199097096736181
                    [position] =&gt; 7.0
                    [albumid] =&gt; 5150082349244473697
                    [width] =&gt; 1600
                    [height] =&gt; 1200
                    [size] =&gt; 702889
                    [client] =&gt; SimpleXMLElement Object
                        (
                        )

                    [checksum] =&gt; c80af9c0
                    [timestamp] =&gt; 1199031727000
                    [tags] =&gt; SimpleXMLElement Object
                        (
                            [fstop] =&gt; 2.8
                            [make] =&gt; Canon
                            [model] =&gt; Canon PowerShot A430
                            [exposure] =&gt; 0.016667
                            [flash] =&gt; true
                            [focallength] =&gt; 5.4
                            [time] =&gt; 1199031727000
                            [imageUniqueID] =&gt; c122e49f4f071cd7efa86da2cdd2e125
                        )

                    [commentingEnabled] =&gt; true
                    [commentCount] =&gt; 0
                    [group] =&gt; SimpleXMLElement Object
                        (
                            [title] =&gt; IMG_1534.jpg
                            [description] =&gt; Oudejaarsvoetbal C-junioren
                            [keywords] =&gt; SimpleXMLElement Object
                                (
                                )

                            [thumbnail] =&gt; Array
                                (
                                    [0] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [1] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [2] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                )

                            [content] =&gt; SimpleXMLElement Object
                                (
                                )

                            [credit] =&gt; vvGendringen
                        )

                )

            [8] =&gt; SimpleXMLElement Object
                (
                    [id] =&gt; Array
                        (
                            [0] =&gt; http://picasaweb.google.com/data/entry/api/user/vvGendringen/albumid/5150082349244473697/photoid/5150082503863296386
                            [1] =&gt; 5150082503863296386
                        )

                    [published] =&gt; 2007-12-31T10:30:24.000Z
                    [updated] =&gt; 2007-12-31T10:30:24.000Z
                    [category] =&gt; SimpleXMLElement Object
                        (
                        )

                    [title] =&gt; IMG_1541.jpg
                    [summary] =&gt; Oudejaarsvoetbal-A-junioren
                    [content] =&gt; SimpleXMLElement Object
                        (
                        )

                    [link] =&gt; Array
                        (
                            [0] =&gt; SimpleXMLElement Object
                                (
                                )

                            [1] =&gt; SimpleXMLElement Object
                                (
                                )

                            [2] =&gt; SimpleXMLElement Object
                                (
                                )

                            [3] =&gt; SimpleXMLElement Object
                                (
                                )

                        )

                    [version] =&gt; 1199097024338543
                    [position] =&gt; 8.0
                    [albumid] =&gt; 5150082349244473697
                    [width] =&gt; 1600
                    [height] =&gt; 917
                    [size] =&gt; 484352
                    [client] =&gt; SimpleXMLElement Object
                        (
                        )

                    [checksum] =&gt; 15a36750
                    [timestamp] =&gt; 1199042595000
                    [tags] =&gt; SimpleXMLElement Object
                        (
                            [fstop] =&gt; 2.8
                            [make] =&gt; Canon
                            [model] =&gt; Canon PowerShot A430
                            [exposure] =&gt; 0.016667
                            [flash] =&gt; true
                            [focallength] =&gt; 5.4
                            [time] =&gt; 1199042595000
                            [imageUniqueID] =&gt; 5f7c4cd008db13014c87d8cc2b75c1fb
                        )

                    [commentingEnabled] =&gt; true
                    [commentCount] =&gt; 0
                    [group] =&gt; SimpleXMLElement Object
                        (
                            [title] =&gt; IMG_1541.jpg
                            [description] =&gt; Oudejaarsvoetbal-A-junioren
                            [keywords] =&gt; SimpleXMLElement Object
                                (
                                )

                            [thumbnail] =&gt; Array
                                (
                                    [0] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [1] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [2] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                )

                            [content] =&gt; SimpleXMLElement Object
                                (
                                )

                            [credit] =&gt; vvGendringen
                        )

                )

            [9] =&gt; SimpleXMLElement Object
                (
                    [id] =&gt; Array
                        (
                            [0] =&gt; http://picasaweb.google.com/data/entry/api/user/vvGendringen/albumid/5150082349244473697/photoid/5150082598352576914
                            [1] =&gt; 5150082598352576914
                        )

                    [published] =&gt; 2007-12-31T10:30:46.000Z
                    [updated] =&gt; 2007-12-31T10:36:18.000Z
                    [category] =&gt; SimpleXMLElement Object
                        (
                        )

                    [title] =&gt; IMG_1540.jpg
                    [summary] =&gt; Zij zorgden er o.a. voor dat de jeugd lekker kon voetballen en trainen!!
                    [content] =&gt; SimpleXMLElement Object
                        (
                        )

                    [link] =&gt; Array
                        (
                            [0] =&gt; SimpleXMLElement Object
                                (
                                )

                            [1] =&gt; SimpleXMLElement Object
                                (
                                )

                            [2] =&gt; SimpleXMLElement Object
                                (
                                )

                            [3] =&gt; SimpleXMLElement Object
                                (
                                )

                        )

                    [version] =&gt; 1199097378310264
                    [position] =&gt; 9.0
                    [albumid] =&gt; 5150082349244473697
                    [width] =&gt; 1600
                    [height] =&gt; 1304
                    [size] =&gt; 664783
                    [client] =&gt; SimpleXMLElement Object
                        (
                        )

                    [checksum] =&gt; d9cae7df
                    [timestamp] =&gt; 1199042530000
                    [tags] =&gt; SimpleXMLElement Object
                        (
                            [fstop] =&gt; 2.8
                            [make] =&gt; Canon
                            [model] =&gt; Canon PowerShot A430
                            [exposure] =&gt; 0.016667
                            [flash] =&gt; true
                            [focallength] =&gt; 5.4
                            [time] =&gt; 1199042530000
                            [imageUniqueID] =&gt; 5e73b0b6f928277c0fbcd9e765dfe6ac
                        )

                    [commentingEnabled] =&gt; true
                    [commentCount] =&gt; 0
                    [group] =&gt; SimpleXMLElement Object
                        (
                            [title] =&gt; IMG_1540.jpg
                            [description] =&gt; Zij zorgden er o.a. voor dat de jeugd lekker kon voetballen en trainen!!
                            [keywords] =&gt; SimpleXMLElement Object
                                (
                                )

                            [thumbnail] =&gt; Array
                                (
                                    [0] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [1] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [2] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                )

                            [content] =&gt; SimpleXMLElement Object
                                (
                                )

                            [credit] =&gt; vvGendringen
                        )

                )

            [10] =&gt; SimpleXMLElement Object
                (
                    [id] =&gt; Array
                        (
                            [0] =&gt; http://picasaweb.google.com/data/entry/api/user/vvGendringen/albumid/5150082349244473697/photoid/5150082430848852338
                            [1] =&gt; 5150082430848852338
                        )

                    [published] =&gt; 2007-12-31T10:30:07.000Z
                    [updated] =&gt; 2007-12-31T10:30:07.000Z
                    [category] =&gt; SimpleXMLElement Object
                        (
                        )

                    [title] =&gt; IMG_1543.jpg
                    [summary] =&gt; Twee kleine kleutertjes, die zaten op een.............
                    [content] =&gt; SimpleXMLElement Object
                        (
                        )

                    [link] =&gt; Array
                        (
                            [0] =&gt; SimpleXMLElement Object
                                (
                                )

                            [1] =&gt; SimpleXMLElement Object
                                (
                                )

                            [2] =&gt; SimpleXMLElement Object
                                (
                                )

                            [3] =&gt; SimpleXMLElement Object
                                (
                                )

                        )

                    [version] =&gt; 1199097007814026
                    [position] =&gt; 10.0
                    [albumid] =&gt; 5150082349244473697
                    [width] =&gt; 1491
                    [height] =&gt; 1600
                    [size] =&gt; 562799
                    [client] =&gt; SimpleXMLElement Object
                        (
                        )

                    [checksum] =&gt; 2bfefc9e
                    [timestamp] =&gt; 1199042700000
                    [tags] =&gt; SimpleXMLElement Object
                        (
                            [fstop] =&gt; 2.8
                            [make] =&gt; Canon
                            [model] =&gt; Canon PowerShot A430
                            [exposure] =&gt; 0.016667
                            [flash] =&gt; true
                            [focallength] =&gt; 5.4
                            [time] =&gt; 1199042700000
                            [imageUniqueID] =&gt; 84181db85ec9357a0828db78f960d9d7
                        )

                    [commentingEnabled] =&gt; true
                    [commentCount] =&gt; 0
                    [group] =&gt; SimpleXMLElement Object
                        (
                            [title] =&gt; IMG_1543.jpg
                            [description] =&gt; Twee kleine kleutertjes, die zaten op een.............
                            [keywords] =&gt; SimpleXMLElement Object
                                (
                                )

                            [thumbnail] =&gt; Array
                                (
                                    [0] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [1] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                    [2] =&gt; SimpleXMLElement Object
                                        (
                                        )

                                )

                            [content] =&gt; SimpleXMLElement Object
                                (
                                )

                            [credit] =&gt; vvGendringen
                        )

                )

        )

)
Yannick Mag ik die script ook als die gemaakt is, Ik zocht ik ook, kijk maar link bij menu, Ik heb topic zelfs geopent;) Alvast bedankt.

Reageren