注冊(cè) | 登錄讀書(shū)好,好讀書(shū),讀好書(shū)!
讀書(shū)網(wǎng)-DuShu.com
當(dāng)前位置: 首頁(yè)出版圖書(shū)科學(xué)技術(shù)計(jì)算機(jī)/網(wǎng)絡(luò)軟件與程序設(shè)計(jì)網(wǎng)絡(luò)編程學(xué)習(xí)PHP&MySQL(影印版 第二版)

學(xué)習(xí)PHP&MySQL(影印版 第二版)

學(xué)習(xí)PHP&MySQL(影印版 第二版)

定 價(jià):¥66.00

作 者: (德國(guó))菲利普斯,(Michele E.Davis)戴維斯 )菲利普斯,(Michele E.Davis)戴維斯
出版社: 東南大學(xué)出版社
叢編項(xiàng): 東南大學(xué)出版社O'Reilly系列叢書(shū)
標(biāo) 簽: PHP

購(gòu)買這本書(shū)可以去


ISBN: 9787564111427 出版時(shí)間: 2008-03-01 包裝: 平裝
開(kāi)本: 16 頁(yè)數(shù): 411 pages 字?jǐn)?shù):  

內(nèi)容簡(jiǎn)介

  PHP幣NMySQL正在迅速成為開(kāi)發(fā)數(shù)據(jù)庫(kù)驅(qū)動(dòng)的動(dòng)態(tài)網(wǎng)站的標(biāo)準(zhǔn)方法。對(duì)于程序開(kāi)發(fā)新手或者被那些令人費(fèi)解的編程書(shū)籍弄得心煩意亂的人而言,《學(xué)習(xí)PHP&MySQL》是將這對(duì)網(wǎng)絡(luò)開(kāi)發(fā)強(qiáng)勁組合的學(xué)習(xí)變得簡(jiǎn)單快速的完美方法。本書(shū)新版不僅專注于PHP和NMySQL,而且涉及用PHP和MySQL來(lái)編寫動(dòng)態(tài)網(wǎng)頁(yè)的相關(guān)技術(shù),包括Apache WebH服務(wù)器、XHTML、HTTP及其他內(nèi)容。你將通過(guò)特別設(shè)計(jì)的例子來(lái)使用MySQL并學(xué)習(xí)如何操作數(shù)據(jù),同時(shí)也學(xué)習(xí)PHP編程語(yǔ)言的基礎(chǔ)知識(shí)以便將數(shù)據(jù)整合到你的網(wǎng)站上?!秾W(xué)習(xí)PHP&MySQL》第二版包括以下內(nèi)容:•PHP基礎(chǔ)知識(shí),如數(shù)據(jù)類型、程序流程邏輯、變量、函數(shù)、數(shù)組和表單•在各種環(huán)境下安裝PHP年IIMySQL的詳細(xì)步驟•MySQL數(shù)據(jù)庫(kù)基礎(chǔ),如表和語(yǔ)句•通過(guò)SQL操作數(shù)據(jù)庫(kù)的簡(jiǎn)要解釋•新加一章內(nèi)容講解XHTML如何與PHP和網(wǎng)站協(xié)同工作•安全和訪問(wèn)控制,同時(shí)包括一些常見(jiàn)安全陷阱•錯(cuò)誤處理、HTTP身份驗(yàn)證和其他《學(xué)習(xí)PHP&MySQL》講解了從基本概念到完成特定任務(wù)的實(shí)踐技能等的各個(gè)要點(diǎn),并使用示例應(yīng)用程序來(lái)展示這些技術(shù)是如何一起工作共同構(gòu)建高效快速網(wǎng)站的。如果你有網(wǎng)頁(yè)或者圖像設(shè)計(jì)的背景并且了解HTML,《學(xué)習(xí)PHP&MySQL》就是你開(kāi)始創(chuàng)建動(dòng)態(tài)網(wǎng)頁(yè)所需要的書(shū)籍。

作者簡(jiǎn)介

  Michele E. Davis從1988年開(kāi)始擁有一個(gè)技術(shù)寫作和軟件培訓(xùn)公司。她已經(jīng)獨(dú)立寫作或者合著了超過(guò)11部書(shū)籍。Jon A. Philips是一位在網(wǎng)絡(luò)開(kāi)發(fā)和數(shù)據(jù)庫(kù)應(yīng)用領(lǐng)域有超過(guò)12年經(jīng)驗(yàn)的軟件工程師。他和Michele Davis在2006年7月合著了《Dreamweaver 8 All-in-One Desk Reference For Dummies》 (Wiley)。

圖書(shū)目錄

Preface
1.Dynamic Content and the Web
 HTTP and the Internet
 PHP and MySQL's Place in Web Development
 The Components of a PHP Application
 Integrating Many Sources of Information
 Requesting Data from a Web Page
2.Installation
 Developing Locally
 Working Remotely
3.Exploring PHP
 PHP and HTML Text
 Coding Building Blocks
4.PHP Decision-Making
 Expressions
 Operator Concepts
 Conditionals
 Looping
5.Functions
 Calling Functions
 Defining Functions
 Object-Oriented Programming
6.Arrays
 Array Fundamentals
7.Working with MySQL
 MySQL Database
 Managing the Database
 Using phpMyAdmin
 Database Concepts
 Structured Query Language
8.Database Best Practices
 Database Design
 Backing Up and Restoring Data
 Advanced SQL
9.Getting PHP to Talk to MySQL
 The Process
 Querying the Database with PHP Functions
 Using PEAR
10.Working with Forms
 Building a Form
 Templates
11.Practical PHP
 String Functions
 Date and Time Functions
 File Manipulation
 Calling System Calls
12.XHTML
 Why XHTML?
 XHTML and XML Namespaces
 XHTML Versions
 Generating XHTML with PHP
13.Modifying MySQL Objects and PHP Data
 Changing Database Objects from PHP
 Manipulating Table Data
 Displaying Results with Embedded Links
 Presenting a Form to Add and Process in One File
 Updating Data
 Deleting Data
 Performing a Subquery
14.Cookies, Sessions, and Access Control
 Cookies
 PHP and HTTP Authentication
 Sessions
 Using Auth_HTTP to Authenticate
15.Security
 Session Security
16.Validation and Error Handling
 Validating User Input with JavaScript
 Pattern Matching
 Redisplaying a Form After PHP Validation Fails
17.Sample Application
 Configuration File
 Page Framework
 Database
 Displaying a Postings Summary
 Displaying a Posting and Its Comments
 Adding and Changing Posts
 Adding and Changing Comments
18.Finishing Yourlourney
 PHP Coding Standards
 PEAR
 Frameworks
 Ajax
 Wikis
 Finding Help on the Web
Appendix.Solutions to Chapter Questions
Index

本目錄推薦

掃描二維碼
Copyright ? 讀書(shū)網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號(hào) 鄂公網(wǎng)安備 42010302001612號(hào)