All pastes #2108319 Raw Edit

Miscellany

public text v1 · immutable
#2108319 ·published 2012-01-31 22:25 UTC
rendered paste body
while($counter < $postCount):
	    if(!empty($array)):
?>
                        <tr>
                            <td>
                            	<a href="#">{post title}</a>
                            </td>
                        </tr>
<?php
		else:
?>
                        <tr>
                            <td>
        	                    {post title}
                            </td>
                        </tr>
<?php
		endif;
        $counter++;
	endwhile;