文件名称:Voting-system
- 所属分类:
- WEB源码
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 20kb
- 下载次数:
- 0次
- 提 供 者:
- 森**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1、本例程为《PHP+MySQL动态网站开发》一书第17章的例程。
2、运行前,将 \vote 文件夹复制到MySQL安装目录的data文件夹内。默认root密码为空。如
需修改为用户自己的用户名和密码连接数据库,可修改conn.php文件相应的语句。
3、本例程使用了mail()函数发送邮件,使用mail()函数需要配置PHP环境,修改php.ini的
[mail function] 区段,定义所使用的mail server地址。
最常见的是Windows Server 2003上安装Exchange或者IMail等邮件服务器产品,
启用SMTP服务后:
[mail function]
SMTP=localhost
sendmail_from=me@localhost.com
关键是SMTP=这儿,设置为一个有权使用SMTP的邮件服务器的IP地址就可以了。-In 1, the routines for the" PHP+ MySQL dynamic web site development" a Book seventeenth chapter routines.In 2, before the operation, the \ vote folder to the MySQL installation directory of data folder. The default root password is empty. Such asNeed to be modified for the user s own user name and password to connect to the database, can modify the conn.php file corresponding to the sentence.In 3, the routine use of the mail ( ) function to send mail, the use of the mail ( ) function requires PHP environment configuration, modified php.ini[ mail function] section, defined by the use of the mail server address.The most common is the Windows Server 2003 to install Exchange or IMail mail server products,Enable SMTP service:[ mail function]SMTP = localhostSendmail_from = me@localhost.comThe key is SMTP = here, set to a has the right to use the SMTP mail server s IP address can be the.
2、运行前,将 \vote 文件夹复制到MySQL安装目录的data文件夹内。默认root密码为空。如
需修改为用户自己的用户名和密码连接数据库,可修改conn.php文件相应的语句。
3、本例程使用了mail()函数发送邮件,使用mail()函数需要配置PHP环境,修改php.ini的
[mail function] 区段,定义所使用的mail server地址。
最常见的是Windows Server 2003上安装Exchange或者IMail等邮件服务器产品,
启用SMTP服务后:
[mail function]
SMTP=localhost
sendmail_from=me@localhost.com
关键是SMTP=这儿,设置为一个有权使用SMTP的邮件服务器的IP地址就可以了。-In 1, the routines for the" PHP+ MySQL dynamic web site development" a Book seventeenth chapter routines.In 2, before the operation, the \ vote folder to the MySQL installation directory of data folder. The default root password is empty. Such asNeed to be modified for the user s own user name and password to connect to the database, can modify the conn.php file corresponding to the sentence.In 3, the routine use of the mail ( ) function to send mail, the use of the mail ( ) function requires PHP environment configuration, modified php.ini[ mail function] section, defined by the use of the mail server address.The most common is the Windows Server 2003 to install Exchange or IMail mail server products,Enable SMTP service:[ mail function]SMTP = localhostSendmail_from = me@localhost.comThe key is SMTP = here, set to a has the right to use the SMTP mail server s IP address can be the.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
精典的php+mysql投票系统\conn.php
.......................\images\blue.gif
.......................\......\red.gif
.......................\index.php
.......................\post.php
.......................\readme.txt
.......................\talk.php
.......................\user.php
.......................\vote\db.opt
.......................\....\guestbook.frm
.......................\....\guestbook.MYD
.......................\....\guestbook.MYI
.......................\....\vote.frm
.......................\....\vote.MYD
.......................\....\vote.MYI
.......................\....\voteguest.frm
.......................\....\voteguest.MYD
.......................\....\voteguest.MYI
.......................\....\voteitem.frm
.......................\....\voteitem.MYD
.......................\....\voteitem.MYI
.......................\vote.htm
.......................\vote.php
.......................\vote.sql
.......................\vote1.php
.......................\voteact.php
.......................\voteadm.php
.......................\voteshow.php
.......................\images
.......................\vote
精典的php+mysql投票系统
.......................\images\blue.gif
.......................\......\red.gif
.......................\index.php
.......................\post.php
.......................\readme.txt
.......................\talk.php
.......................\user.php
.......................\vote\db.opt
.......................\....\guestbook.frm
.......................\....\guestbook.MYD
.......................\....\guestbook.MYI
.......................\....\vote.frm
.......................\....\vote.MYD
.......................\....\vote.MYI
.......................\....\voteguest.frm
.......................\....\voteguest.MYD
.......................\....\voteguest.MYI
.......................\....\voteitem.frm
.......................\....\voteitem.MYD
.......................\....\voteitem.MYI
.......................\vote.htm
.......................\vote.php
.......................\vote.sql
.......................\vote1.php
.......................\voteact.php
.......................\voteadm.php
.......................\voteshow.php
.......................\images
.......................\vote
精典的php+mysql投票系统