实例介绍
PhpQuestionnaire太强大了。它是一个完整的在线调查问卷创建系统,能够方便的为来访者定制调查问卷,还为高级用户提供了复杂灵活的选项,从而能够细挑控制所有的调查方式!
【实例截图】
【核心代码】
.
├── PhpQuestionnaire
│ ├── CHANGELOG.txt
│ ├── INSTALL.txt
│ ├── README.txt
│ ├── admin
│ │ ├── admin.php
│ │ ├── choose.php
│ │ ├── dlresults.php
│ │ ├── favicon.ico
│ │ ├── help.php
│ │ ├── images
│ │ │ ├── arrow.gif
│ │ │ ├── arrowdown.gif
│ │ │ ├── arrowup.gif
│ │ │ ├── bar.gif
│ │ │ ├── border.gif
│ │ │ ├── bound1.gif
│ │ │ ├── bound2.gif
│ │ │ ├── bound3.gif
│ │ │ ├── bound7.gif
│ │ │ ├── bound8.gif
│ │ │ ├── bound9.gif
│ │ │ ├── buttondown.gif
│ │ │ ├── buttonup.gif
│ │ │ ├── corner1.gif
│ │ │ ├── corner10.gif
│ │ │ ├── corner11.gif
│ │ │ ├── corner2.gif
│ │ │ ├── corner3.gif
│ │ │ ├── corner4.gif
│ │ │ ├── corner5.gif
│ │ │ ├── corner6.gif
│ │ │ ├── invdot.gif
│ │ │ ├── logo.gif
│ │ │ ├── logo2.gif
│ │ │ ├── phpQrot.gif
│ │ │ ├── tableft.gif
│ │ │ ├── tablefton.gif
│ │ │ ├── tabright.gif
│ │ │ └── tabrighton.gif
│ │ ├── index.php
│ │ ├── main.php
│ │ ├── poptemplate.html
│ │ ├── popuperror.php
│ │ ├── question.php
│ │ ├── survey.php
│ │ ├── template.css
│ │ └── template.html
│ ├── confirm.php
│ ├── docs
│ │ ├── images
│ │ │ ├── 1.1-01.gif
│ │ │ ├── 1.1-02.gif
│ │ │ ├── 1.2-01.gif
│ │ │ ├── 2-01.gif
│ │ │ ├── 3-01.gif
│ │ │ ├── 3-02.gif
│ │ │ ├── 3.1-01.gif
│ │ │ ├── 3.1-02.gif
│ │ │ ├── 3.1-03.gif
│ │ │ ├── 3.6-01.gif
│ │ │ ├── 4-01.gif
│ │ │ ├── 4.1-01.gif
│ │ │ ├── 5-01.gif
│ │ │ ├── 5-02.gif
│ │ │ ├── 5.2-01.gif
│ │ │ ├── 5.3-01.gif
│ │ │ ├── 5.3-02.gif
│ │ │ ├── 5.5-01.gif
│ │ │ └── 6-01.gif
│ │ └── index.html
│ ├── error.php
│ ├── file_id.diz
│ ├── fillsurvey.php
│ ├── inc
│ │ ├── cfunctions.php
│ │ ├── efunctions.php
│ │ ├── functions.php
│ │ ├── ifunctions.php
│ │ ├── index.html
│ │ ├── init.php
│ │ ├── jsadmin.php
│ │ ├── jschoose.php
│ │ ├── jslogin.php
│ │ ├── jsquestion.php
│ │ ├── jsstats.php
│ │ ├── jssurvey.php
│ │ ├── mysql.php
│ │ ├── ofunctions.php
│ │ ├── pfunctions.php
│ │ ├── qfunctions.php
│ │ ├── sfunctions.php
│ │ ├── tlfunctions.php
│ │ └── vfunctions.php
│ ├── index.php
│ ├── languages
│ │ ├── chinese
│ │ │ ├── help
│ │ │ │ ├── a_alanguage.html
│ │ │ │ ├── a_backup.html
│ │ │ │ ├── a_cdomain.html
│ │ │ │ ├── a_hotscripts.html
│ │ │ │ ├── a_interface.html
│ │ │ │ ├── a_language.html
│ │ │ │ ├── a_listsurvey.html
│ │ │ │ ├── a_password.html
│ │ │ │ ├── a_popupdisp.html
│ │ │ │ ├── a_resourceindex.html
│ │ │ │ ├── a_restoreb.html
│ │ │ │ ├── a_restorefile.html
│ │ │ │ ├── a_restoreurl.html
│ │ │ │ ├── a_summarydisp.html
│ │ │ │ ├── a_template.html
│ │ │ │ ├── a_textdisp.html
│ │ │ │ ├── a_timeout.html
│ │ │ │ ├── c_fileformat.html
│ │ │ │ ├── m_apasswd.html
│ │ │ │ ├── m_db.html
│ │ │ │ ├── m_host.html
│ │ │ │ ├── m_passwd.html
│ │ │ │ ├── m_user.html
│ │ │ │ ├── q_aistyle.html
│ │ │ │ ├── q_answers.html
│ │ │ │ ├── q_astyle.html
│ │ │ │ ├── q_contentname.html
│ │ │ │ ├── q_defaultanswer.html
│ │ │ │ ├── q_htmlcontent.html
│ │ │ │ ├── q_instructions.html
│ │ │ │ ├── q_istyle.html
│ │ │ │ ├── q_numanswers.html
│ │ │ │ ├── q_numcolumns.html
│ │ │ │ ├── q_order.html
│ │ │ │ ├── q_qstyle.html
│ │ │ │ ├── q_question.html
│ │ │ │ ├── q_required.html
│ │ │ │ ├── q_selectsize.html
│ │ │ │ ├── q_summary.html
│ │ │ │ ├── q_survey.html
│ │ │ │ ├── q_textatt.html
│ │ │ │ ├── q_type.html
│ │ │ │ ├── s_aistyle.html
│ │ │ │ ├── s_astyle.html
│ │ │ │ ├── s_autonum.html
│ │ │ │ ├── s_buttonstyle.html
│ │ │ │ ├── s_completion.html
│ │ │ │ ├── s_description.html
│ │ │ │ ├── s_email.html
│ │ │ │ ├── s_estyle.html
│ │ │ │ ├── s_importfile.html
│ │ │ │ ├── s_importurl.html
│ │ │ │ ├── s_indent.html
│ │ │ │ ├── s_instructions.html
│ │ │ │ ├── s_istyle.html
│ │ │ │ ├── s_language.html
│ │ │ │ ├── s_name.html
│ │ │ │ ├── s_oncompletion.html
│ │ │ │ ├── s_qstyle.html
│ │ │ │ ├── s_ranswer.html
│ │ │ │ ├── s_rborder.html
│ │ │ │ ├── s_redirecturl.html
│ │ │ │ ├── s_responseemail.html
│ │ │ │ ├── s_responsenotice.html
│ │ │ │ ├── s_results.html
│ │ │ │ ├── s_rgraph.html
│ │ │ │ ├── s_rstats.html
│ │ │ │ ├── s_rwidth.html
│ │ │ │ ├── s_select.html
│ │ │ │ ├── s_template.html
│ │ │ │ ├── s_usedates.html
│ │ │ │ ├── s_users.html
│ │ │ │ └── s_width.html
│ │ │ ├── images
│ │ │ │ ├── buttonactive.gif
│ │ │ │ ├── buttondeactive.gif
│ │ │ │ ├── buttonpending.gif
│ │ │ │ ├── delete1.gif
│ │ │ │ ├── delete2.gif
│ │ │ │ ├── edit.gif
│ │ │ │ ├── headingadmin.gif
│ │ │ │ ├── headingdlresults.gif
│ │ │ │ ├── headinghelp.gif
│ │ │ │ ├── headingimport.gif
│ │ │ │ ├── headinginstallation.gif
│ │ │ │ ├── headinglogin.gif
│ │ │ │ ├── headingoverview.gif
│ │ │ │ ├── headingquestion1.gif
│ │ │ │ ├── headingquestion2.gif
│ │ │ │ ├── headingresults.gif
│ │ │ │ ├── headingresults2.gif
│ │ │ │ ├── headingresults3.gif
│ │ │ │ ├── headingsummary.gif
│ │ │ │ ├── headingsurvey1.gif
│ │ │ │ ├── headingsurvey2.gif
│ │ │ │ ├── headingsurveylist.gif
│ │ │ │ ├── headingwizard1.gif
│ │ │ │ ├── preview.gif
│ │ │ │ ├── qmark.gif
│ │ │ │ ├── star.gif
│ │ │ │ ├── step1.gif
│ │ │ │ ├── step2.gif
│ │ │ │ ├── textactive.gif
│ │ │ │ ├── textexpired.gif
│ │ │ │ ├── textnotactive.gif
│ │ │ │ ├── textpending.gif
│ │ │ │ └── tresultbutton.gif
│ │ │ └── index.php
│ │ └── english
│ │ ├── help
│ │ │ ├── a_alanguage.html
│ │ │ ├── a_backup.html
│ │ │ ├── a_cdomain.html
│ │ │ ├── a_hotscripts.html
│ │ │ ├── a_interface.html
│ │ │ ├── a_language.html
│ │ │ ├── a_listsurvey.html
│ │ │ ├── a_password.html
│ │ │ ├── a_popupdisp.html
│ │ │ ├── a_resourceindex.html
│ │ │ ├── a_restoreb.html
│ │ │ ├── a_restorefile.html
│ │ │ ├── a_restoreurl.html
│ │ │ ├── a_summarydisp.html
│ │ │ ├── a_template.html
│ │ │ ├── a_textdisp.html
│ │ │ ├── a_timeout.html
│ │ │ ├── c_fileformat.html
│ │ │ ├── m_apasswd.html
│ │ │ ├── m_db.html
│ │ │ ├── m_host.html
│ │ │ ├── m_passwd.html
│ │ │ ├── m_user.html
│ │ │ ├── q_aistyle.html
│ │ │ ├── q_answers.html
│ │ │ ├── q_astyle.html
│ │ │ ├── q_contentname.html
│ │ │ ├── q_defaultanswer.html
│ │ │ ├── q_htmlcontent.html
│ │ │ ├── q_instructions.html
│ │ │ ├── q_istyle.html
│ │ │ ├── q_numanswers.html
│ │ │ ├── q_numcolumns.html
│ │ │ ├── q_order.html
│ │ │ ├── q_qstyle.html
│ │ │ ├── q_question.html
│ │ │ ├── q_required.html
│ │ │ ├── q_selectsize.html
│ │ │ ├── q_summary.html
│ │ │ ├── q_survey.html
│ │ │ ├── q_textatt.html
│ │ │ ├── q_type.html
│ │ │ ├── s_aistyle.html
│ │ │ ├── s_astyle.html
│ │ │ ├── s_autonum.html
│ │ │ ├── s_buttonstyle.html
│ │ │ ├── s_completion.html
│ │ │ ├── s_description.html
│ │ │ ├── s_email.html
│ │ │ ├── s_estyle.html
│ │ │ ├── s_importfile.html
│ │ │ ├── s_importurl.html
│ │ │ ├── s_indent.html
│ │ │ ├── s_instructions.html
│ │ │ ├── s_istyle.html
│ │ │ ├── s_language.html
│ │ │ ├── s_name.html
│ │ │ ├── s_oncompletion.html
│ │ │ ├── s_qstyle.html
│ │ │ ├── s_ranswer.html
│ │ │ ├── s_rborder.html
│ │ │ ├── s_redirecturl.html
│ │ │ ├── s_responseemail.html
│ │ │ ├── s_responsenotice.html
│ │ │ ├── s_results.html
│ │ │ ├── s_rgraph.html
│ │ │ ├── s_rstats.html
│ │ │ ├── s_rwidth.html
│ │ │ ├── s_select.html
│ │ │ ├── s_template.html
│ │ │ ├── s_usedates.html
│ │ │ ├── s_users.html
│ │ │ └── s_width.html
│ │ ├── images
│ │ │ ├── buttonactive.gif
│ │ │ ├── buttondeactive.gif
│ │ │ ├── buttonpending.gif
│ │ │ ├── delete1.gif
│ │ │ ├── delete2.gif
│ │ │ ├── edit.gif
│ │ │ ├── headingadmin.gif
│ │ │ ├── headingdlresults.gif
│ │ │ ├── headinghelp.gif
│ │ │ ├── headingimport.gif
│ │ │ ├── headinginstallation.gif
│ │ │ ├── headinglogin.gif
│ │ │ ├── headingoverview.gif
│ │ │ ├── headingquestion1.gif
│ │ │ ├── headingquestion2.gif
│ │ │ ├── headingresults.gif
│ │ │ ├── headingresults2.gif
│ │ │ ├── headingresults3.gif
│ │ │ ├── headingsummary.gif
│ │ │ ├── headingsurvey1.gif
│ │ │ ├── headingsurvey2.gif
│ │ │ ├── headingsurveylist.gif
│ │ │ ├── headingwizard1.gif
│ │ │ ├── preview.gif
│ │ │ ├── qmark.gif
│ │ │ ├── star.gif
│ │ │ ├── step1.gif
│ │ │ ├── step2.gif
│ │ │ ├── textactive.gif
│ │ │ ├── textexpired.gif
│ │ │ ├── textnotactive.gif
│ │ │ ├── textpending.gif
│ │ │ └── tresultbutton.gif
│ │ └── index.php
│ ├── previewquestion.php
│ ├── stats.php
│ ├── templates
│ │ ├── blank
│ │ │ └── index.html
│ │ ├── clipboard
│ │ │ ├── images
│ │ │ │ ├── clipboard01.jpg
│ │ │ │ ├── clipboard02.jpg
│ │ │ │ ├── clipboard03.jpg
│ │ │ │ ├── clipboard04.jpg
│ │ │ │ └── invdot.gif
│ │ │ └── index.html
│ │ ├── dashline
│ │ │ ├── dashline.css
│ │ │ └── index.html
│ │ ├── default
│ │ │ ├── images
│ │ │ │ ├── corner1.gif
│ │ │ │ ├── corner11.gif
│ │ │ │ ├── corner2.gif
│ │ │ │ ├── invdot.gif
│ │ │ │ ├── logo.gif
│ │ │ │ └── logo2.gif
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── rabbit
│ │ │ ├── images
│ │ │ │ ├── background.gif
│ │ │ │ ├── corner1.gif
│ │ │ │ ├── corner2.gif
│ │ │ │ ├── corner3.gif
│ │ │ │ ├── corner4.gif
│ │ │ │ ├── invdot.gif
│ │ │ │ ├── logo.gif
│ │ │ │ └── logo2.gif
│ │ │ └── index.html
│ │ └── simple
│ │ └── index.html
│ ├── verify.php
│ ├── view.php
│ ├── viewoption.php
│ └── ~~~install.php
└── 好例子网_PhpQuestionnaire.rar
23 directories, 337 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论