View Single Post
Old 07-10-2010, 02:52 PM   #5 (permalink)
core1024
The Wanderer
 
Join Date: May 2010
Posts: 19
Thanks: 1
core1024 is on a distinguished road
Default

PHP Code:
$nl=0;
if(isset(
$testarr[0]['url'])) {
  foreach(
$testarr as $video) {
    
$nl++;
    
$yonlen $video['url'];
    echo 
"<a href=$yonlen>$nl - Download</a></br>";
  }

core1024 is offline  
Reply With Quote