1 / 7

PHP 平台安裝 - 如何取得軟體

PHP 平台安裝 - 如何取得軟體. 各軟體支援機構網站: Apache Server : http://www.apache.org PHP Module : http://www.php.net MySQL Module : http://www.mysql.com PhpMyAdmin 資料庫管理程式: http://www.phpmyadmin.net. 以往要個別安裝後設定,目前有四合一安裝檔. PHP 平台安裝. Windows ( 98/2000/xp ) 或 Linux 作業系統 Apache Server (提供 www 服務)

alima
Télécharger la présentation

PHP 平台安裝 - 如何取得軟體

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PHP平台安裝-如何取得軟體 各軟體支援機構網站: • Apache Server:http://www.apache.org • PHP Module:http://www.php.net • MySQL Module:http://www.mysql.com • PhpMyAdmin資料庫管理程式:http://www.phpmyadmin.net 以往要個別安裝後設定,目前有四合一安裝檔

  2. PHP平台安裝 • Windows(98/2000/xp)或 Linux 作業系統 • Apache Server(提供www服務) • PHP Module • MySQL Module(資料庫) • PhpMyAdmin資料庫管理程式(管理MySQL) All are free to use!

  3. Appserv-PHP平台安裝 以Windows平台為例 • AppServ安裝模組v.2.4.4a • Apache+PHP+MySQL+PHPMyAdmin一次搞定 • 網頁預設目錄…\appserv\www

  4. 啟動PHP平台 AppServ安裝模組v.2.4.4a

  5. PHP平台安裝測試 http://localhost/phpMyAdmin/index.php 如果你可以見到我,表示平台到此安裝成功

  6. MySQL SQL Server Access Oracle DB2 要求服務 PHP ASP JSP 提供服務 WWW Server+PHP+MySQL之運作 • WWW server:Apache、IIS、TomCat、Resin(提供http服務)… • Server端執行程式:PHP、ASP、JSP … • 資料庫:MySQL、SQL Server、Access … 用戶端 Client 伺服端 Server Apache IIS TomCat

  7. WWW Server+PHP+MySQL之運作 • IIS已內含ASP解譯模組 • Apache需另外加掛PHP解譯模組 • 資料庫可以自行選擇,選對連接方式就可以 IIS+ASP+MySQL IIS+ASP+SQL Server Apache+PHP+Access Apace+PHP+SQL Server …. 本課程Apache+PHP+MySQL(使用Windows平台)

More Related