Author |
Message |
20/03/2003 17:33:25
|
Anonymous
|
I have made a shtml file with the next code. The poll works, but not properly. After one vote there comes not a new picture with the results and the text "You have already voted". It looked if you can vote again but when you try the vote is not counted again.
Who can help me to make the code better?
<?php
// Important! You have to include it before your html code
include_once "/home/www/myname/html/poll/textfile/poll_cookie.php";
?>
<html>
<head>
<title></title>
</head>
<body>
<!--#include virtual="poll/textfile/poll_ssi.php?poll_id=newest" -->
</body>
</html>
|
|
21/03/2003 07:28:51
|
Anonymous
|
My further search for the solution tells me that it is difficult too combine shtml (I have also a counter). The best way is by using only a .php file.
A lot people have a link too my shtml file, so I have choosen for a iframe
<iframe src="poll.php" WIDTH=281 HEIGHT=284></iframe>
in my shtml file and the poll saved has poll.php.
|
|
20/03/2004 20:51:05
|
Anonymous
|
works fine for me....
http://www.bangnjane.com/content/main.shtml
was good right off the bat.
|
|
06/10/2004 15:51:23
|
Anonymous
|
Hello.
Iem insert poll over
<!--#include virtual="../poll/poll_ssi.php?poll_1=newest" -->
working fine if my shtml file is in the *poll* directory
if shtml file is defferent directory.
poll not working correct and aem can see * Poll ID does not exist .*
solaris
|
|
|