View Single Post
Old 02-15-2008, 07:00 PM  
Swish
Confirmed User
 
Swish's Avatar
 
Join Date: Mar 2006
Location: San Diego, CA
Posts: 1,421
Something like this:

Code:
<?php

$ARRAY = array(
    'sitename1.com' => 'This is a description',
    'sitename2.com' => 'This is a description'
    );

foreach ( $ARRAY as $URL => $DESC )
    print "<a href=\"$URL\">$URL</a> - $DESC\n";

?>
__________________


Naughty America - Director of Technology
It's a CELEBRATION bitches!! For the hottest content promote Naughty America!
swish at naughtyamerica dot com | ICQ: 226 737 620 | See Who I Am At AdultWhosWho.com!
Swish is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote