Welcome Guest, Not a member yet? Register   Sign In
Gallery problem: one query, different images size
#6

[eluser]Référencement Google[/eluser]
Just found it! This code does the trick:
Code:
&lt;?php for($i = 2; $i <= count($data['pics']); $i++): ?&gt;          
    <a href="&lt;?=site_url('members/register')?&gt;"><img src="&lt;?=$GLOBALS['photos_path'].'thumbs/th_'.$data['pics'][$i]?&gt;" /></a>            
&lt;?php endfor; ?&gt;

Thanks Michael, you put me on the way.


Messages In This Thread
Gallery problem: one query, different images size - by El Forum - 09-20-2007, 10:54 AM
Gallery problem: one query, different images size - by El Forum - 09-20-2007, 11:19 AM
Gallery problem: one query, different images size - by El Forum - 09-20-2007, 12:03 PM
Gallery problem: one query, different images size - by El Forum - 09-20-2007, 12:16 PM
Gallery problem: one query, different images size - by El Forum - 09-20-2007, 12:28 PM
Gallery problem: one query, different images size - by El Forum - 09-20-2007, 12:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB