Flash+php+mysql simple guestbook tutorial
Purpose:
Use flash+php+mysql to create a simple guestbook.
Configuration environment:
The first step is to configure the corresponding environment. I downloaded the configuration environment package, which is a fool-proof method and easy to install, which suits me better. Download address: http://phpnow.org/download.html (including: Apache, PHP, MySQL, Zend Optimizer, phpMyAdmin, eAccelerator)
The folder is introduced as follows (Init.cmd installation; PnCp.cmd control Panel. ):
Apache folder: PHP server (similar to IIS).
MySQL-5.0.15b folder: MySQl database server.
Data folder: stores the website database. (The guestbook database is stored here, in the background)
Bin folder: the files inside are used to operate the database (DOS mode)
php-5.2.6-Win32 folder: PHP Function library, explained by Apache.
ZendOptimizer folder: speeds up PHP execution.
htdoc (or www): stores web page files. (The web page file of the guestbook is placed here, the front desk)
phpMyAdmin folder: Operation database (Windows mode)
Note:
1. You will be prompted to enter during installation MySQl database password, the password here is "sun" as an example. (User name is "root")
2. After entering "http://127.0.0.1" in the browser, the configuration related information will be displayed. You can enter the MySQl password for connection testing.
- Total 3 pages:
- Previous page
- 1
- 2
- 3
- Next page
http://www.bkjia.com/PHPjc/364017.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/364017.htmlTechArticleflash+php+mysql Simple Guestbook Purpose of this tutorial: Use flash+php+mysql to create a simple guestbook. Configure the environment: The first step is to configure the corresponding environment. What I downloaded is the configuration...