PHP Noob Question

Permalink
I'm in the middle of making a block and I'm pulling the arrays from the database just fine but they are all displaying in one row. Is there a way to break them up. here is my code... any help would be appreciated.

print_r(explode(',' , '<option><a target="_blank" href="" >'.$Link.'</a></option>', "\n"  )) ;

bryanlewis