300 likes | 444 Views
九十二學年度 台中區域網路中心網路研討會. PHP、MySQL 與 免費軟體之應用入門 吳欣蒨 E-mail:dowdot@net.nchu.edu.tw 中華民國92年10月28日. 何謂 PHP. http://www.zend.com/zend/aboutphp.php [ 資料來源 :www.zend.com]
E N D
九十二學年度台中區域網路中心網路研討會 PHP、MySQL 與 免費軟體之應用入門 吳欣蒨 E-mail:dowdot@net.nchu.edu.tw 中華民國92年10月28日
何謂 PHP • http://www.zend.com/zend/aboutphp.php[資料來源:www.zend.com] PHP (recursive acronym for PHP: Hypertext Preprocessor) is an open-source server-side scripting language (freely downloadable from php.net and zend.com) for creating dynamic Web pages for e-commerce and other Web applications. A dynamic Web page is a page that interacts with the user, so that each user visiting the page sees customized information. Dynamic Web applications are prevalent in commercial (e-commerce) sites, where the content displayed is generated from information accessed in a database or other external source.
PHP的特性 • 開放式程式語言 • 支援多項作業平台(UNIX、Win32、MacOS……) • 支援多種Web Server (Apache、IIS……) • 功能強大(資料庫、網路連結、檔案系統……)
PHP的演進 • 第一版 1995 • 第二版 1995 • 第三版 1997 • 第四版 2000 • 第五版 2003 (Beta)
PHP在Win平台上的成長 [counting by ip address]
PHP Usage Survey Results • In which 3 languate do you feel most proficient? • How many of your organization’s projects have used PHP? • What is your production server operating system? • What databases are currently being used in your organization in relation to PHP development? • Why do you use PHP? [資料來源:http://www.zend.com/zend/php_survey_results.php]
In which 3 languate do you feel most proficient? [圖片來源:http://www.zend.com/zend/php_survey_results.php]
How many of your organization’s projects have used PHP? [圖片來源:http://www.zend.com/zend/php_survey_results.php]
What is your production server operating system? [圖片來源:http://www.zend.com/zend/php_survey_results.php]
What databases are currently being used? [圖片來源:http://www.zend.com/zend/php_survey_results.php]
Why do you use PHP? [圖片來源:http://www.zend.com/zend/php_survey_results.php]
PHP相關網站 • 神奇傑利網 • http://www.jerry.com.tw/ • PHP5網管實驗室 • http://www.php5.idv.tw/ • TIM官方網站 • http://tim.jerry.com.tw/ • OLS3’s Homepage • http://teacher.mdjh.tnc.edu.tw/~ols3/prg/php/php_link.php • 超越PHP • http://www.phpe.net/
各家網頁伺服器成長趨勢 • Market Share for Top Servers Across All Domains August 1995 - October 2003 [資料來源:news.netcraft.com]
Top Developers • Developer September 2003 Percent October 2003 Percent Change • Apache27836622 64.52 28235972 64.61 0.09 • Microsoft 10156289 23.54 10252227 23.46 -0.08 • SunONE 150124 13.48 1528090 3.50 0.02 • Zeus 742950 1.72 35179 1.68 -0.04
PHP的開發環境 • 文字編輯軟體 (記事本、EditPlus、UltraEdit) • 網頁開發軟體(FrontPage、DreamWeaver) • Vi環境下編輯(Linux)
MySQL • 什麼是MySQL • MySQL的優點 • 速度快(http://www.mysql.com/information/benchmarks-old.html) • 免費 • 支援查詢語言 • 支援各種語言的程式介面 • 跨平台
MySQL -下載 -安裝 -啟動服務 -關閉服務 Apache -下載 -安裝 PHP -下載 -安裝 -測試 在Linux平台上的安裝
phpMyAdmin • 下載 • 安裝 • 安全性 • 為不同使用者設定不同權限
免費PHP論壇軟體 • PHPBB • PHP-Nuke • YaBB SE • Xoops • Discuz
PHPBB • http://phpbb-tw.net/phpbb/
PHP-Nuke • http://www.phpnuke-tw.com/
YaBB SE • http://www.twbb.org or http://http://www.yabbse.org/
xoops • http://tw.xoops.org/modules/news/
Discuz • http://www.discuz.com
免費php相簿軟體排行 • 第一名http://gallery.menalto.com/ 人數:996478 !!! • 第二名http://gphoto.sourceforge.net/人數: 987341 • 第三名http://linpha.sourceforge.net/人數:980583 • 第四名http://www.zirkon.at/yappa-ng_demo/人數 : 945555 • 第五名http://spgm.sourceforge.net/人數 : 937845 • 第六名http://imgseek.sourceforge.net/人數 : 918142 • 第七名http://www.slooze.com/人數 : 903389 • 第八名http://phppicturealbum.sourceforge.net/人數 : 882924 • 第九名http://eosim.sourceforge.net/人數 : 838664 • 第十名http://craftysyntax.com/csgallery/人數 : 816581 [資料來源:www.twbb.org]
Gallery • http://gallery.menalto.com
4images • (http://www.4homepages.de/)
實例安裝(以Discuz為例) • 安裝Discuz • 下載原始檔 • 建立資料庫 • 安裝Discuz • 中文化Discuz • 認識後台的管理介面 • 更換Discuz版面
資料的備份 • 利用軟體上備份功能 • 使用phpMyAdmin備份