flash+php+mysql simple message tutorial_PHP tutorial

WBOY
Release: 2016-07-21 14:57:30
Original
1033 people have browsed it

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. ):

 

flash+php+mysql simple message tutorial_PHP tutorial


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")

 
flash+php+mysql simple message tutorial_PHP tutorial


  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.

 
flash+php+mysql simple message tutorial_PHP tutorial

  • Total 3 pages:
  • Previous page
  • 1
  • 2
  • 3
  • Next page

www.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...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!