View Single Post
Old 12-23-2008, 07:45 PM  
eMonk
Confirmed User
 
Industry Role:
Join Date: Aug 2003
Location: Canada
Posts: 2,310
Quote:
Originally Posted by NickSunshine View Post
this is my fault for not completely reading your first post.

for some reason i thought you only wanted one line...

PHP Code:
<?

$a=file('textfile.txt');
array_shuffle($a);
for each($a as $line){
   print("<a href='../models/" . $line . "'><img src='../models/" . $line . "/thumb.jpg' />" . ucwords($line) . "</a>");
}

?>

what should the txt file look like?

samantha thumb.jpg text here?
eMonk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote