i need to know where to get good polls from, with like no ads and easy to install good quality preferably html

i need to know where to get good polls from, with like no ads and easy to install good quality preferably html
erm do you have php enabled hosting?
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
i use ax-hosting, gold pack =] pretty good.Originally Posted by splintercell!
erm do you have php enabled hosting?
Right then you can go to www.fusionphp.net and download there poll. and as for a counter there easy to makeJust create two files. Counter.php and counter.txt and in counter.php add this code:
<?php
$viewss = file("counter.txt");
$views = $viewss[0]; $views++;
$fp = fopen("counter.txt", "w");
fwrite($fp, $views);
fclose($fp);
print $views;
?>
and then to add it to your page use:
<?
include("counter.php");
?>
and save the page as .php![]()
Chilimagik.net // Reviews, Band Biographies, News, Pics + Loads More!!
[Thybag.co.uk - Vive la revolutione]
or if u want a counter just open up frontpage and click insert > web component and then counters
My sites
Mangacars.co.uk
Ppxgames.com
Uploadforfree.NET (EXPIRED)
PixelLoft.NET
Css-Gyro.com
Neonfusion.NET
[Zainx / Lofty]
Want to hide these adverts? Register an account for free!