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 ?>
__________________
Website Services
PHP Code:
if(Added_Talkupation($post) == TRUE){iHug($you);}
Last edited by rogem002 : 06-25-2008 at 04:09 PM.
|