Code Monkey home page Code Monkey logo

php-basic's Introduction

PHP 入門大綱 (21 hr)

    1. PHP 的基本類型
    2. 運算子
    3. URL 變數和基本表單
    4. 流程控制
    5. 陣列
    6. JSON 格式
    7. AJAX 和表單資料
    8. Session
    9. 資料庫連線 (PDO)
   10. 通訊錄列表及分頁
   11. 新增通訊錄表單及功能
   12. 刪除通訊錄項目
   13. 修改通訊錄項目
   14. 登入與權限控制

=======================================

URL 分解說明

http://localhost:80/mfee56-php/address-book/index_.php?page=1

http 通訊協定
  localhost 主機
    :80 通訊埠
    /mfee56-php/address-book/index_.php 路徑加檔名, 拜訪的資源
      ?page=1 查詢字串參數 (Query String Parameters)
        #hash 頁面內的連結

=======================================

php-basic's People

Contributors

shinder avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.