Two foreach loops, ideea for my code please
- by webmasters
Please give me an ideea for my code, its a simple links script. TY
I need two foreach loops, one which loops my sites and one which loops my anchors. So i'll have
<li>link to site1 and anchor to site1</li>
<li>link to site2 and anchor to site2</li>
<li>link to site3 and anchor to site3</li>
$currentsite =…