[PHP] 根目錄的路徑
感謝PTT網友appleboy46提供以下做法: 在根目錄放置 config.php 檔案,裡面定義:define(‘Document_root’,dirname(__FILE__)); 之後每個檔案請寫入: $root_path = “./”;include($root_path . ‘config.php’); 之後要 include 任何檔案,都可以直接用 Document_root 來定義
感謝PTT網友appleboy46提供以下做法: 在根目錄放置 config.php 檔案,裡面定義:define(‘Document_root’,dirname(__FILE__)); 之後每個檔案請寫入: $root_path = “./”;include($root_path . ‘config.php’); 之後要 include 任何檔案,都可以直接用 Document_root 來定義
軟體設計推薦書籍書單:1. 深入淺出物件導向分析與設計2. 大話設計模式 3. 深入淺出設計模式 入門推薦書籍! 4. Applying UML and Patterns: An Introduction to Object-Oriented Analysis
上網找了一些學習資源,初學者依照以下順序閱讀即可。1. jQuery 教學 – 基礎篇 http://jsgears.com/thread-63-1-1.html2. jQuery 語法基礎 http://webdesign.kerthis.com/jquery/3. jQuery Tutorials for Designers (有現場範例可以給你了解) http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/4.
由於需要使用到json_encode的關係,迫使我將PHP版本升級到5.2.10。 升級方法主要採用以下這篇來做即可順利升級成功。 http://joomlab15.exonsoft.com/zh-tw/articles/general/83-upgrade-php-to-52x-on-centos 2011/02/24 Modified: 之前的連結,解釋比較不清楚,加上phpmyadmin一直報告說php-mcrypt沒有正確安裝。因此換成這個比較清楚的連結上來。 ^^