View Single Post
Old 09-04-2008, 02:53 PM  
GrouchyAdmin
Now choke yourself!
 
GrouchyAdmin's Avatar
 
Industry Role:
Join Date: Apr 2006
Posts: 12,085
That's pretty easy. Here's a really dumb throwaway nearly-one-liner.
PHP Code:
<?php
$data
=explode("\n",file_get_contents("anus.txt"));
if (
$data)
  foreach (
$data as $lines) {
    
$what explode("|"$lines);
    echo 
'<img src="'.$what[2].'"><br><a href="'.$what[1].'">'.$what[0].'</a>'
  
}
?>
__________________
GrouchyAdmin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote