PHP & MySQL: The Missing Manual 2nd Edition By Brett McLaughlin

US $4.99
大約HK$ 38.84
或講價
狀況:
良好
Cover has minimal wear around the edges. Pages are clean and in good condition. Binding is solid.
運送:
US $5.97(大約 HK$ 46.46) USPS Media MailTM.
所在地:Vienna, Virginia, 美國
送達日期:
估計於 10月7日 (星期二)10月10日 (星期五)之間送達 運送地點 94104
估計運送時間是透過我們的獨家工具,根據買家與物品所在地的距離、所選的運送服務、賣家的運送紀錄及其他因素,計算大概的時間。送達時間會因時而異,尤其是節日。
退貨:
不可退貨.
保障:
請參閱物品說明或聯絡賣家以取得詳細資料。閱覽全部詳情查看保障詳情
(不符合「eBay 買家保障方案」資格)
賣家必須承擔此刊登物品的所有責任。
eBay 物品編號:395313751389
上次更新時間: 2024-05-03 03:06:51查看所有版本查看所有版本

物品細節

物品狀況
良好
曾被閱讀過的書籍,但狀況良好。封面有諸如磨痕等在內的極少損壞,但沒有穿孔或破損。精裝本書籍可能沒有書皮。封皮稍有磨損。絕大多數書頁未受損,存在極少的褶皺和破損。使用鉛筆標注文字處極少,未對文字標記,無留白處書寫文字。沒有缺頁。 查看所有物品狀況定義會在新視窗或分頁中開啟
賣家備註
“Cover has minimal wear around the edges. Pages are clean and in good condition. Binding is solid.”
Binding
Paperback
Product Group
Book
Series
Missing Manuals
Subject Area
Information Science, Software Development
Educational Level
Adult & Further Education
Personalized
No
Level
Intermediate
Features
Illustrated, 2nd Edition
Country/Region of Manufacture
United States
Weight
1 lbs
Subject
Computer Science, Technology
IsTextBook
No
ISBN
9780596515867
類別

關於產品

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
0596515863
ISBN-13
9780596515867
eBay Product ID (ePID)
109104173

Product Key Features

Number of Pages
500 Pages
Language
English
Publication Name
Php and Mysql
Publication Year
2011
Subject
Programming Languages / General, Programming Languages / Php, Web / Web Programming, Web / Design, Programming Languages / Sql
Type
Textbook
Subject Area
Computers
Author
Brett Mclaughlin
Format
Trade Paperback

Dimensions

Item Height
1.1 in
Item Weight
27.7 Oz
Item Length
9.2 in
Item Width
7 in

Additional Product Features

Intended Audience
Scholarly & Professional
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.133
Table Of Content
The Missing Credits; About the Author; About the Creative Team; Acknowledgments; The Missing Manual Series;Introduction; What Is PHP?; What Is MySQL?; About This Book; About the Online Resources; Safari® Books Online;Part 1: PHP and MySQL Basics; Chapter 1: PHP: What, Why, and Where?; 1.1 Gathering Your Tools; 1.2 Writing Your First Program; 1.3 Running Your First Program; 1.4 Writing Your Second Program; 1.5 Upload Your HTML, CSS, and PHP; 1.6 Running Your Second Program; Chapter 2: PHP Syntax: Weird and Wonderful; 2.1 Get Information from a Web Form; 2.2 Working with Text in PHP; 2.3 The $_REQUEST Variable; 2.4 What Do You Do with User Information?; Chapter 3: MySQL and SQL: Database and Language; 3.1 What Is a Database?; 3.2 Installing MySQL; 3.3 SQL Is a Language for Talking to Databases;Part 2: Dynamic Web Pages; Chapter 4: Connecting PHP to MySQL; 4.1 Writing a Simple PHP Connection Script; 4.2 Cleaning Up Your Code with Multiple Files; 4.3 Building a Basic SQL Query Runner; Chapter 5: Better Searching with Regular Expressions; 5.1 String Matching, Double-Time; Chapter 6: Generating Dynamic Web Pages; 6.1 Revisiting a User's Information; 6.2 Planning Your Database Tables; 6.3 Saving a User's Information; 6.4 Show Me the User; 6.5 Redirection and Revisitation of Creating Users;Part 3: From Web Pages to Web Applications; Chapter 7: When Things Go Wrong (and They Will); 7.1 Planning Your Error Pages; 7.2 Finding a Middle Ground for Error Pages with PHP; 7.3 Add Debugging to Your Application; 7.4 Redirecting on Error; Chapter 8: Handling Images and Complexity; 8.1 Images Are Just Files; 8.2 Images Are For Viewing; 8.3 And Now for Something Completely Different; Chapter 9: Binary Objects and Image Loading; 9.1 Storing Different Objects in Different Tables; 9.2 Inserting a Raw Image into a Table; 9.3 Your Binary Data Isn't Safe to Insert...Yet; 9.4 Connecting Users and Images; 9.5 Show Me the Image; 9.6 Embedding an Image Is Just Viewing an Image; 9.7 So Which Approach is Best?; Chapter 10: Listing, Iterating, and Administrating; 10.1 Some Things Never Change; 10.2 Listing All Your Users; 10.3 Deleting a User; 10.4 Talking Back To Your Users; 10.5 Standardizing on Messaging; 10.6 Integrating Utilities, Views, and Messages;Part 4: Security and the Real World; Chapter 11: Authentication and Authorization; 11.1 Start with Basic Authentication; 11.2 Abstracting What's the Same; 11.3 Passwords Don't Belong in PHP Scripts; 11.4 Passwords Create Security, But Should Be Secure; Chapter 12: Cookies, Sign-ins, and Ditching Crummy Pop-ups; 12.1 Going Beyond Basic Authentication; 12.2 Logging In with Cookies; 12.3 Adding Context-Specific Menus; Chapter 13: Authorization and Sessions; 13.1 Modeling Groups in Your Database; 13.2 Checking for Group Membership; 13.3 Group-Specific Menus; 13.4 Entering Browser Sessions; 13.5 Memory Lane: Remember that Phishing Problem?; 13.6 So Why Ever Use Cookies?;
Synopsis
If you know how to build websites with CSS and JavaScript, this book takes you to the next level - creating dynamic, database-driven websites with PHP and MySQL. Learn how to interact with your website visitors via forms, cookies, database queries, content management, and other methods., If you can build websites with CSS and JavaScript, this book takes you to the next level creating dynamic, database-driven websites with PHP and MySQL. Learn how to build a database, manage your content, and interact with users through queries and web forms. With step-by-step tutorials, real-world examples, and jargon-free explanations, you ll soon discover the power of server-side programming.The important stuff you need to know: Get a running start. Write PHP scripts and create a web form right away.Learn the language. Get up to speed on PHP and SQL syntax quickly.Build a database. Use MySQL to store user information and other data.Make it dynamic. Create pages that change with each new viewing.Be ready for mistakes. Plan error messages to help direct users.Manage your content. Use the file system to access user data, including images and other binary files.Control operations. Create an administrative interface to oversee your site.", If you know how to build websites with CSS and JavaScript, this book takes you to the next level - creating dynamic, database-driven websites with PHP and MySQL. Learn how to interact with your website visitors via forms, cookies, database queries, and content management. Through step-by-step tutorials, real-world examples, and lively, jargon-free explanations, you'll quickly discover the power of server-side programming. * Build your first PHP script and web form in the first chapter * Get up to speed on PHP and SQL syntax quickly and easily * Work with timesaving tools such as phpMyAdmin and PEAR * Learn how to build a good database, and avoid common pitfalls * Write smarter code with functions * Keep your visitors' data secure * Acquire the tools to fix things that go wrong, If you can build websites with CSS and JavaScript, this book takes you to the next level--creating dynamic, database-driven websites with PHP and MySQL. Learn how to build a database, manage your content, and interact with users through queries and web forms. With step-by-step tutorials, real-world examples, and jargon-free explanations, you'll soon discover the power of server-side programming. The important stuff you need to know: Get a running start. Write PHP scripts and create a web form right away. Learn the language. Get up to speed on PHP and SQL syntax quickly. Build a database. Use MySQL to store user information and other data. Make it dynamic. Create pages that change with each new viewing. Be ready for mistakes. Plan error messages to help direct users. Manage your content. Use the file system to access user data, including images and other binary files. Control operations. Create an administrative interface to oversee your site.
LC Classification Number
QA76.73.S67

賣家提供的物品說明

賣家簡介

lutian.pxkpgsau

100% 正面信用評價已賣出 261 件物品

加入日期:6月 2015

詳盡賣家評級

過去 12 個月的平均評級
說明準確
5.0
運費合理
5.0
運送速度
5.0
溝通
5.0

賣家信用評價 (105)

全部評級
正面
中立
負面