faq.txt

来自「具有多種面版可以選擇的"投票程式" 多國語言版」· 文本 代码 · 共 20 行

TXT
20
字号
Advanced Poll v2.03
-------------------

FAQ:

- After voting I get the following error:
  Warning: Cannot add header information - headers already sent by 
  (output started at ...) in ..poll_cookie.php on line ...

Make sure that the page your poll is embedded in has the
<?php require "poll_cookie.php"; ?>
tag before anything else.


- How can I display the result of the last poll?

require "./booth.php";
echo $php_poll->view_poll_result(x);      // x = Poll ID of your last poll

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?