Introduction - If you have any usage issues, please Google them yourself
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.