This question may be related to a resolved thread.
If this works
<?php $counter = {count}; if ($counter % 3 == 0){echo "</li><li>";}; ?>why does this not work?
<?php $test = array({exp:weblog:entries weblog="default"
orderby="random" sort="desc" limit="3" }{if count!=1},{/if}{entry_id}
{/exp:weblog:entries});echo $test[0];?>normal behaviour would be that it writes an array and then write the first entry to the screen.
Any ideas?