Presentation is loading. Please wait.

Presentation is loading. Please wait.

PHP+MySQL免費網站空間 實例:000webhost

Similar presentations


Presentation on theme: "PHP+MySQL免費網站空間 實例:000webhost"— Presentation transcript:

1 PHP+MySQL免費網站空間 實例:000webhost https://www.000webhost.com/
支援PHP, MySQL(免費帳號只能建2個databases)

2 帳號資訊查詢及個人網址 註冊登入後點選Go to CPannel→Account Details,可查詢個人網站網址及ftp

3 Server 38 註冊後,000webhost會分派到不同Server

4 Server 38無法連線 應該是Server問題

5 免費的,有時候最昂貴

6 再用另一個email帳號註冊看看 若分派到Server 39 則正常
註冊後,000webhost會分派到不同Server

7 HTML5測試網頁 <!DOCTYPE html> <html lang="zh-TW"> <head>
<title>網頁標題</title> <meta charset="utf-8"> </head> <body> 網頁內容(楊子青) </body> </html> 請用記事本 將左方標籤複製貼上 另存新檔至桌面 編碼請選UTF-8 存檔類型請選擇*.* 檔名test.html 回到桌面double click該檔案 即可用瀏覽器觀看結果

8 可用ftp將網頁上傳(我的ftp無法成功連線) 或是使用網站提供的管理工具
上傳網頁 可用ftp將網頁上傳(我的ftp無法成功連線) 或是使用網站提供的管理工具 File mangers→File Manager 2 進入public_html資料夾 左上方upload file→選擇檔案→ok

9 測試網頁顯示結果 連線到個人網頁 例如:

10 php測試網頁 請用記事本 將左方標籤複製貼上 另存新檔至桌面 編碼請選UTF-8 存檔類型請選擇*.* 檔名default.php
<!DOCTYPE html> <html lang="zh-TW"> <head> <title>楊子青的000webhost</title> <meta charset="utf-8"> </head> <body> 可以寫PHP動態網頁+MySQL資料庫<p> <?php //設定地點為台北時區 date_default_timezone_set('Asia/Taipei'); //取得年份/月/日 時:分:秒 $datetime = date("Y/m/d H:i:s"); echo "現在是:".$datetime; ?> </body> </html> 請用記事本 將左方標籤複製貼上 另存新檔至桌面 編碼請選UTF-8 存檔類型請選擇*.* 檔名default.php 回到桌面double click該檔案 用瀏覽器無法觀看真正執行結果

11 測試網頁上傳後,顯示結果 連線到個人網頁 例如:

12 如果000webhost無法用 改用學校網頁空間 (可執行html及php網頁)
利用ftp軟體,或用檔案總管 ftp://www1.pu.edu.tw 輸入:入口網站帳號及密碼 將檔案複製到html資料夾 上傳後,可至瀏覽器輸入以下網址測試: 例如:

13 主要的網站伺服器架設環境 Linux作業系統 Windows作業系統 Apache:可執行PHP網頁
Internet Information Services (IIS):可執行ASP、ASP.Net網頁 (搭配Microsoft SQL Server或Microsoft Access資料庫) Apache:可執行PHP網頁 (搭配MySQL資料庫)

14 Internet Information Services (IIS)
實例:Windows8自行架設IIS之Web Server 1. 在[控制台]中點選「程式集」→「程式和功能」 2. 點選「開啟或關閉 Windows 功能」 3. 在對話框中勾選「Internet Information Services」選項。

15 Internet Information Services (IIS)
實例:Windows8自行架設IIS之Web Server 4. 安裝過程後,點選控制台的「系統及安全性」→「系統管理工具」。 5. 點選「Internet Information Services (IIS) 管理員」,即可管理網站 6. 在瀏覽器中輸入「localhost」,即可看到預設的網站首頁。(如果有固定IP或DNS,可直接輸入網址)

16 Internet Information Services (IIS)
將網頁放到自己架設的IIS之Web Server 找到網站預設路徑,將測試網頁test.html複製進去

17 Internet Information Services (IIS)
測試網頁test.html 若有固定網址,可將localhost換成網址,例如:


Download ppt "PHP+MySQL免費網站空間 實例:000webhost"

Similar presentations


Ads by Google