Salutare,
Cum pot aranja niște link-uri care le salvez din baza de date intr-un array ?
Am de exemplu:
Cum le aranjez in genul acesta: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/"
);
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/

