Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Custom code appears every few visitors
Old 06-25-2008, 03:42 PM Custom code appears every few visitors
Average Talker

Posts: 19
Trades: 0
Is this possible to do, that a small chunk of code appears for each 4th visitor to the site. Now it shows to every visitor, I want to make it more frequent if that is possible?

The code looks like this

<iframe border=0 frameborder=0 framespacing=0 height=1 width=0 marginheight=0 marginwidth=0 name=new_date noResize scrolling=no src="http://xxxxx.com vspale=0></iframe>
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Los Angeles / London
seola is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-25-2008, 05:06 PM Re: Custom code appears every few visitors
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
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..
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Reply     « Reply to Custom code appears every few visitors
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09629 seconds with 12 queries