All pastes #2008489 Raw Edit

Stuff

public php v1 · immutable
#2008489 ·published 2010-12-02 11:24 UTC
rendered paste body
<?phpforeach( $source as $row ){	echo '<div class="photo photo_'.$row['id'].'"><img src="'.$row['file'].'" title="'.$row['description'].'" /></div>'."\r\n";}?>