• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

is it possible to put in a voting poll?

Johnny

b&
b&
adding a voting script on my pages.. I wonder if i could add any cgi or php script poll to this page.

<?

if (file_exists("$DOCUMENT_ROOT/$QUERY_STRING")) {
?>
<img src="<? echo("$QUERY_STRING"); ?>" border="2"><br>
<?
}

else {
?>
<b>No such image.</b><br>
<?
}

?>

that is the code I am using to call out my image on a fly stuff. and I want to add a voting poll on it.. but I don't know if it might function right? like instead of a poll for every indiviual pic, it would be only a poll for that php page i use to call out my images.
 
Back
Top