Yes,
Count the users, on every 4th (so show on 0, 4, 8, 12 etc) show it.
For example
PHP Code:
<?php
$user_count = ""; // grab from mysql or a file
if(round((($user_count + 1) / 4)) == ($user_count + 1) / 4)){ // If it does not have a deciminal // show that code }
// update user count ?>
__________________
My Blog/Site: Please login or register to view this content. Registration is FREE
Last edited by rogem002; 06-25-2008 at 05:09 PM..
|