PHP 4: A Beginner's Guide
William McCarty
- 出版商: McGraw-Hill Education
- 出版日期: 2001-07-26
- 售價: $1,270
- 貴賓價: 9.5 折 $1,207
- 語言: 英文
- 頁數: 544
- 裝訂: Paperback
- ISBN: 0072133716
- ISBN-13: 9780072133714
-
相關分類:
PHP
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$1,029Fundamentals of Data Structures in C++
-
$836Internetworking with TCP/IP Vol. 3, Client-Server Programming and Applications (BSD Socket Version with ANSI C)
-
$686Introduction to the Theory of Computation
-
$1,078UNIX Network Programming, Volume 1, 2/e (精裝)
-
$1,029The Unified Modeling Language User Guide
-
$2,800$2,660 -
$1,050$1,029 -
$1,029Operating Systems: Internals and Design Principles, 4/e
-
$2,510$2,385 -
$2,170$2,062 -
$1,550$1,473 -
$1,127Universal Serial Bus System Architecture, 2/e (Paperback)
-
$1,029Operating System Concepts, 6/e
-
$970Introduction to Algorithms, 2/e
-
$1,150$1,127 -
$1,710$1,625 -
$2,680$2,546 -
$2,450$2,328 -
$1,120$1,098 -
$825Practical VoIP Using VOCAL (Paperback)
-
$1,274Computer Architecture: A Quantitative Approach, 3/e(精裝本)
-
$2,210$2,100 -
$1,280$1,216 -
$2,170$2,062 -
$1,550$1,473
相關主題
商品描述
Get up and running quickly with PHP 4 using this introductory resource
Use this book to learn the basics of working PHP 4 -- one of todays most popular, cross-platform open-source scripting languages. Youll start out by creating basic PHP programs and move toward more advanced topics such as writing conditional statements, using strings, creating functions, inputting arrays, and more. Follow along with sample programs as they progress in complexity, so you wont miss a step along the way. In no time, youll be able to use PHP as a Web development tool for e-commerce and intranet applications or for handling other tasks including network management and database administration. Informative and remarkably easy-to-follow, this instructive guide will help you master this powerful and reliable scripting language.
This Beginners Guide is Designed for Easy Learning:
- Modules -- Each concept is divided into logical modules (chapters),
ideal for individualized learning
- Goals -- Each module opens with the specific skills youll have by
the end of the module
- Ask the Experts -- Q;A sections throughout are filled with extra
information and interesting commentary
- 1-Minute Drills -- Quick self-assessment sections to check your
progress
- Annotated Syntax -- Example code annotated with commentary that
points to the particular technique illustrated
- Projects -- Exercises contained in each module show how to apply
what you are learning
- Mastery Checks -- End-of-module reviews that test your knowledge
using short-answer, multiple-choice, fill-in-the-blank, and simple coding
questions
Contents
PART 1 Writing Basic PHP
Programs
1 Creating PHP Programs
2
PHP Building Blocks
3 Creating HTML
Forms
4 Accessing Data
5 Working
with Scalar Values
PART 2 Writing More Advanced PHP
Programs
6 Writing Conditional
Statements
7 Using Functions
8
Using Arrays
9 Using Strings
PART 3
Working with Stored Data
10 Using
Cookies
11 Working with Files and
Directories
12 Sending and Receiving
E-mail
13 Relational Database and SQL
Primer
PART 4 Using Advanced PHP
Facilities
14 Accessing Relational
Databases
15 Using Classes and
Objects
16 Using Application
Templates
17 Debugging PHP Scripts
PART
V Appendixes
A Answers to Mastery
Checks
B Installing PHP
C PHP
Resources
D Unix Essentials
E
Escapes
F ASCII
G PHP
Operators
H Security
I PHP
Functions
商品描述(中文翻譯)
使用這本入門資源,快速上手 PHP 4。
使用這本書學習基本的 PHP 4,這是當今最受歡迎的跨平台開源腳本語言之一。您將從創建基本的 PHP 程序開始,逐漸深入更高級的主題,如編寫條件語句、使用字符串、創建函數、輸入數組等等。通過跟隨示例程序的進展,您將不會錯過任何一個步驟。很快,您將能夠將 PHP 用作電子商務和企業內部應用程序的 Web 開發工具,或用於處理其他任務,包括網絡管理和數據庫管理。這本富有信息量且易於理解的指南將幫助您掌握這個強大且可靠的腳本語言。
這本入門指南設計簡單易學:
- 模塊:每個概念都分為邏輯模塊(章節),非常適合個別學習。
- 目標:每個模塊開始時列出您在該模塊結束時將具備的具體技能。
- 專家解答:整本書中的問答部分提供額外信息和有趣的評論。
- 1 分鐘測驗:快速自我評估部分,檢查您的進度。
- 註解語法:示例代碼註釋,指出具體的技巧。
- 項目:每個模塊中的練習展示如何應用所學內容。
- 掌握檢查:模塊結束時的回顧,使用簡答、多選、填空和簡單編碼問題測試您的知識。
內容:
- 第 1 部分:編寫基本的 PHP 程序
- 第 1 章:創建 PHP 程序
- 第 2 章:PHP 基礎
- 第 3 章:創建 HTML 表單
- 第 4 章:訪問數據
- 第 5 章:使用標量值
- 第 2 部分:編寫更高級的 PHP 程序
- 第 6 章:編寫條件語句
- 第 7 章:使用函數
- 第 8 章:使用數組
- 第 9 章:使用字符串
- 第 3 部分:處理存儲的數據
- 第 10 章:使用 Cookie
- 第 11 章:處理文件和目錄
- 第 12 章:發送和接收電子郵件
- 第 13 章:關聯數據庫和 SQL 入門
- 第 4 部分:使用高級 PHP 功能
- 第 14 章:訪問關聯數據庫
- 第 15 章:使用類和對象
- 第 16 章:使用應用程序模板
- 第 17 章:調試 PHP 腳本
- 附錄:
- A:掌握檢查答案
- B:安裝 PHP
- C:PHP 資源
- D:Unix 基礎知識
- E:轉義字符
- F:ASCII
- G:PHP 運算符
- H:安全性
- I:PHP 函數