Referral Banners

You may use these banners to promote your Viral Marketing page..
All you need to do is copy the appropriate code into your HTML page:

"); echo("

Your referral URL is: $ref_link$id_ses
You will earn hits from people signing up with your Referral URL.

"); $res = mysql_query("select * from banner order by id asc"); for ($i = 0; $i < mysql_num_rows($res); $i++){ $bid = mysql_result($res, $i, "id"); $imgurl = mysql_result($res, $i, "imgurl"); $n = $i + 1; $size = getimagesize($imgurl); list($width, $height, $type, $attr) = getimagesize($imgurl); echo("

Banner #$n:
Banner Size: $attr


"); } echo(""); echo("


"); require('footer_inc.php'); ?>