Flash + php + mysql simple message this tutorial. Flash + php + mysql simple message this tutorial aims: to create a simple message book with flash + php + mysql. Environment configuration: you must first configure the environment. I downloaded flash, php, and mysql simple message. this tutorial
Purpose:
Use flash + php + mysql to create a simple message book.
Configuration environment:
You must first configure the corresponding environment. I downloaded the environment package configuration, which is a silly method and simple installation, which is suitable for me. : Http://phpnow.org/download.html (including: Apache, PHP, MySQL, Zend Optimizer, phpMyAdmin, eAccelerator)
The folder is described 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 message book database is stored in this, background)
Bin folder: files in it are used to operate databases (DOS mode)
Php-5.2.6-Win32 folder: PHP library, explained by Apache.
ZendOptimizer folder: accelerates PHP execution.
Htdoc (or www): stores webpage files. (The webpage file of the message book is stored at the front-end)
PhpMyAdmin folder: operate databases (in Windows mode)
Note:
1. during installation, you will be prompted to enter the MySQl database password. here, the password is "sun. (The user name is "root ")
2. enter "http: // 127.0.0.1" in the browser and the configuration information is displayed. you can enter the MySQl password for connection testing.
- Three pages in total:
- Previous Page
- 1
- 2
- 3
- Next page
Objective: to create a simple message book using flash + php + mysql. Environment configuration: you must first configure the environment. I downloaded the configuration...