When you create a poll there is an expiry time at the bottom of the poll creatoin page, there is also a box saying never tick that and the poll never expires. But if you've done htat it SHOULDN'T expire and become deactivated.
HTML is just that, DHTML is all the Javascript stuff in a sense like
when you add the onLoad event to the body tag when the page is
loaded it can execute a javascript.
PHP is like Javascirpt it is embedded into the HTML via <?php and ?> tags.
Just the same as Javascript is embedded like <script> and </script> tags.
When you embed PHP you have to change the extension from index.html/.htm
to index.php so the server knows the page contains PHP and executes the
PHP code within it.
nemovn2003 wrote:When I write a comment in my Guestbook it show:
Warning: Cannot modify header information - headers already sent by (output started at /home/rum4me/public_html/guestbook/lang/english.php:1) in /home/rum4me/public_html/guestbook/lib/comment.class.php on line 175
Can you help me to fix it???
There is only one guestbook version, and that is 2.3.1. There was 2.3.0 but there was a bug that was fixed and 2.3.1 was born. This has been around for a while now. When you download it there is an update script if you still have version 2.3.1.
Go to the poll admin section find the code that includes a poll by poll id.
Add this to your php page with all the poll id of the first poll and then the second and so on in multiple includes.