It appears you have not yet registered with our community. To register please click here...


PHP Tutorial - Ad Rotation Script

This is a discussion on PHP Tutorial - Ad Rotation Script within the General Development forums. Topic: With this script, you will be able to have 3 banners/ads in a rotation showing one more than the ...


Reply
 
Postbit Seperator LinkBack Thread Tools Postbit Seperator Search this Thread Postbit Seperator Display Modes
Old 02-19-2008, 03:05 PM   #1 (permalink)
 
Status: Junior Member
Join Date: Aug 2007
Posts: 17
Trader Rating: (0)
Rocko is on a distinguished road
TD$: 120.00
Donate
Default PHP Tutorial - Ad Rotation Script
With this script, you will be able to have 3 banners/ads in a rotation showing one more than the other.

First Banner we want it to display 70%.
Second Banner we want to display 20%.
Third Banner we want to display 10% .


Code:
<?php

// random number 1 - 100
$result_random=rand(1, 100);

// if result less than or equal 70, display ad 1 (70%)
if($result_random<=70){
echo "Ad 1 link";
}

// if result less than or equal 90, display ad 2 (20%)
elseif($result_random<=90){
echo "Ad 2 link";
}

// if result less than or equal 100, display ad 3 (10%)
elseif($result_random<=100){
echo "Ad 3 link";
}

?>
_________________
banner sign trade show display
Rocko is offline   Reply With Quote
Old 06-09-2008, 07:36 AM   #2 (permalink)
 
Status: Junior Member
Join Date: Jun 2008
Posts: 24
Trader Rating: (0)
kickass is on a distinguished road
TD$: 165.00
Donate
Default Re: PHP Tutorial - Ad Rotation Script
WOW thats great sort of info.I mean this is awesome you have shared here.

Thanks for sharing this information with us.
kickass is offline   Reply With Quote
Old 07-10-2008, 05:10 AM   #3 (permalink)
 
Status: Junior Member
Join Date: Jul 2008
Posts: 3
Trader Rating: (0)
January is on a distinguished road
TD$: 25.00
Donate
Default Re: PHP Tutorial - Ad Rotation Script
Nice article there.Thank you for posting that it's very informative because i'm still learning PHP.Keep posting Information guys.
January is offline   Reply With Quote
Table Bottom LeftTable BottomTable Bottom Right
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




Home | Site Map | Contact | Archive | Top

 

Copyright © 2007 - 2010 iTalkWebs Network

Search Engine Optimization by vBSEO 3.1.0