Posted by davek on 11/10/06 15:15
Here's a simplified outline of what I want to achieve: $this = output of some mysql SELECT query; $rownum = 1; while ($this) { echo $this; if ($rownum % 15 == 0 AND [!LastRow]) { echo $that } $rownum++ } It's the "[!LastRow]" that I am stuck on. Any thoughts? thanks, d.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming