Salutare,
Cum pot aranja niște link-uri care le salvez din baza de date intr-un array ?

Am de exemplu:
Cod PHP:


$linkuri 
= array(
        
"http://forum.seopedia.ro",
        
"http://forum.seopedia.ro/subiecte-pentru-incepatori/",
        
"http://forum.seopedia.ro/google/",
        
"http://forum.seopedia.ro/motoare-de-cautare-romanesti/"
); 
Cum le aranjez in genul acesta:
Cod:
http://forum.seopedia.ro/subiecte-pentru-incepatori/
http://forum.seopedia.ro/motoare-de-cautare-romanesti/
http://forum.seopedia.ro
http://forum.seopedia.ro/google/