If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
poll php  XML
Forum Index » Support Forum
Author Message
Anonymous



Hello, I downloaded and installed your script Advanced Poll on my site (visible on the left with http://www.battlefield1942-fr.com) but the problem it is that when the visitors click on "vote", it opens a new page with the statistics. Me I would like that it opens stastic survey in the same page (thus the banner page) Merci in advance, my problem is rather urgent because I must launch my site soon!
Anonymous



PLZ respond me its very important for me!!!
Anonymous



HELP ME SHIT !!!!!

its you script or not ???!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

I HAVE NEED HELP
Anonymous



this support and comunity suck !!

'fucker
Anonymous



I want too it to open to same frame
Anonymous



it so simple...
look
http://www.proxy2.de/poll/index.php


change tour php code to:

/* the second poll */
$php_poll->set_template_set("simple");
$php_poll->set_max_bar_length(80);
echo $php_poll->poll_process(2);

or witch sii
http://www.proxy2.de/poll/demo_5.shtml

ok? =)
Anonymous



and where I put /* the second poll */
$php_poll->set_template_set("simple");
$php_poll->set_max_bar_length(80);
echo $php_poll->poll_process(2);


??????????
RaPTeR
Beginner

Joined: 22/11/2002 16:47:51
Messages: 5
Offline

That goes in to your main body

<http>
<body>
Code
</body
<html>
[WWW] aim icon
Anonymous



anonyme wrote:this support and comunity suck !!

'fucker


Maybe so, but you are the one that wants a freakin' answer within couple hours. These people were nice enough to let us use their code. They have spent a lot of their personal time to make it available for everybody. Plus all of it is free!!!
I suggest you go out and buy a book on PHP instead of bashing this place.

Regards
xxx
RaPTeR
Beginner

Joined: 22/11/2002 16:47:51
Messages: 5
Offline

I think that is not nice becsue they are helping all of use webmasters in a nice and free way...
[WWW] aim icon
Anonymous



Hello: Can you tell me how did you placed the poll on your page? I am trying to do that but I have to change the file extention to PHP or PHTML.

I hope you can help me with that.

Thanks

Adriez wrote:Hello, I downloaded and installed your script Advanced Poll on my site (visible on the left with http://www.battlefield1942-fr.com) but the problem it is that when the visitors click on "vote", it opens a new page with the statistics. Me I would like that it opens stastic survey in the same page (thus the banner page) Merci in advance, my problem is rather urgent because I must launch my site soon!
Anonymous



I have never messed with this poll but every time you insert PHP code inside of a HTML page you have to change it's extension to .php
Server needs to know how to translate the page.
Anonymous



My full code for the sondage is :

<?php
include_once "/direct-link/pollphp/db/booth.php";
echo $php_poll->poll_process("newest");?>


and now with

<?php
include_once "/direct-link/pollphp/db/booth.php";
echo $php_poll->poll_process("newest");
$php_poll->set_template_set("simple");
$php_poll->set_max_bar_length(80);
echo $php_poll->poll_process(2); ?>

but does not change anything!!!!!! thank you to help me in a more precise way!!!
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum