📄 faq.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -