[www.ed2k.online]下載基地為您提供軟件、遊戲、圖書、教育等各種資源的ED2K電驢共享下載和MAGNET磁力鏈接下載。
設為首頁
加入收藏
首頁 圖書資源 軟件資源 游戲資源 教育資源 其他資源
 電驢下載基地 >> 图书资源 >> 其他圖書 >> 《深入淺出 PHP & MySQL》(Head First PHP & MySQL (A Brain-Friendly Guide) )清晰掃描版
《深入淺出 PHP & MySQL》(Head First PHP & MySQL (A Brain-Friendly Guide) )清晰掃描版
下載分級 图书资源
資源類別 其他圖書
發布時間 2017/7/11
大       小 -
《深入淺出 PHP & MySQL》(Head First PHP & MySQL (A Brain-Friendly Guide) )清晰掃描版 簡介: 中文名 : 深入淺出 PHP & MySQL 原名 : Head First PHP & MySQL (A Brain-Friendly Guide) 版本 : 清晰掃描版 發行時間 : 2008年12月30日 地區 : 美國 語言 : 英文 簡介 : Head First系列新書,2008-12-30正式Publisher,新書供大家學習~~~ 《Head Firs
電驢資源下載/磁力鏈接資源下載:
全選
"《深入淺出 PHP & MySQL》(Head First PHP & MySQL (A Brain-Friendly Guide) )清晰掃描版"介紹
中文名: 深入淺出 PHP & MySQL
原名: Head First PHP & MySQL (A Brain-Friendly Guide)
版本: 清晰掃描版
發行時間: 2008年12月30日
地區: 美國
語言: 英文
簡介:

Head First系列新書,2008-12-30正式Publisher,新書供大家學習~~~
《Head First PHP & MySQL》 著名的head first系列圖書之一 英文pdf ,清晰掃描版,不喜勿下

“我感覺通過閱讀Head First系列,我頭腦中已經留下了很多書的痕跡。”
——Ward Cunninghan, Wiki的發明者、Hillside用戶組的奠基人
“我為Head First系列圖書發狂,它們深深地吸引住了我。”
——Dan Steinberg,Editor-in-chief,java.net
“對於我們中間那些隨意、出格的編碼大師來說,Head First系列圖書確實是金玉良言;而對於實踐中的開發策略而言,它無疑又是恰當的參考。所有這些讓我等有豁然開朗、醍醐灌頂之感而不必求教於那些迂腐的學院派教授。”
——Travis Kalanick, Scour奠基人、麻省理工學院TR100的Red Swoosh成員
Head First PHP & MySQL (A Brain-Friendly Guide) (Paperback)
--------------------------------------------------------------------------------
Product Details
Paperback: 812 pages
Publisher: O'Reilly Media, Inc. (December 30, 2008)
Language: English
ISBN-10: 0596006306
ISBN-13: 978-0596006303
Lynn Beighley, Michael Morrison, “Head First PHP&MySQL (A Brain-Friendly Guide)”
O'Reilly Media, Inc. | 2008-12-30 | ISBN: 0596006306 | 812 pages | PDF | 48,6 MB
Editorial Reviews
Product Description
If you're ready to create web pages more complex than those you can build with HTML and CSS, Head First PHP & MySQL is the ultimate learning guide to building dynamic, database-driven websites using PHP and MySQL. Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more.
Head First PHP & MySQL offers the same visually rich format that's turned every title in the Head First series into a bestseller, with plenty of exercises, quizzes, puzzles, and other interactive features to help you retain what you've learned.
Use PHP to transform static HTML pages into dynamic web sites
Create and populate your own MySQL database tables, and work with data stored in files
Perform sophisticated MySQL queries with joins, and refine your results with LIMIT and ORDER BY
Use cookies and sessions to track visitors' login information and personalize the site for users
Protect your data from SQL injection attacks
Use regular expressions to validate information on forms
Dynamically display text based on session info and create images on the fly
Pull syndicated data from other sites using PHP and XML
Throughout the book, you'll build sophisticated examples -- including a mailing list, a job board, and an online dating site -- to help you learn how to harness the power of PHP and MySQL in a variety of contexts. If you're ready to build a truly dynamic website, Head First PHP & MySQL is the ideal way to get going.
源碼簡介
If you're ready to create web pages more complex than those you can build with HTML and CSS, Head First PHP & MySQL is the ultimate learning guide to building dynamic, database-driven websites using PHP and MySQL. Packed with real-world examples, this book teaches you all the essentials of server-side programming, from the fundamentals of PHP and MySQL coding to advanced topics such as form validation, session IDs, cookies, database queries and joins, file I/O operations, content management, and more.
Head First PHP & MySQL offers the same visually rich format that's turned every title in the Head First series into a bestseller, with plenty of exercises, quizzes, puzzles, and other interactive features to help you retain what you've learned.
Use PHP to transform static HTML pages into dynamic web sites
Create and populate your own MySQL database tables, and work with data stored in files
Perform sophisticated MySQL queries with joins, and refine your results with LIMIT and ORDER BY
Use cookies and sessions to track visitors' login information and personalize the site for users
Protect your data from SQL injection attacks
Use regular expressions to validate information on forms
Dynamically display text based on session info and create images on the fly
Pull syndicated data from other sites using PHP and XML
Throughout the book, you'll build sophisticated examples — including a mailing list, a job board, and an online dating site — to help you learn how to harness the power of PHP and MySQL in a variety of contexts. If you're ready to build a truly dynamic website, Head First PHP & MySQL is the ideal way to get going.
About the Author
Lynn Beighley is a fiction writer stuck in a technical book writer's body. Upon discovering that technical book writing actually paid real money, she learned to accept and enjoy it. After going back to school to get a Masters in Computer Science, she worked for the acronyms NRL and LANL. Then she discovered Flash, and wrote her first bestseller. A victim of bad timing, she moved to Silicon Valley just before the great crash. She spent several years working for Yahoo! and writing other books and training courses. Finally giving in to her creative writing bent, she moved to the New York area to get an MFA in Creative Writing. Her Head First-style thesis was delivered to a packed room of professors and fellow students. It was extremely well received, and she finished her degree, finished Head First SQL, and can't wait to begin her next book.
Lynn loves traveling, cooking, and making up elaborate background stories about complete strangers. She's a little scared of clowns.
Michael Morrison is a writer, developer, toy inventor, and author of books on Java, Web scripting, game development, and mobile devices. An instructor of Web-based courses, Michael is also the founder of Stalefish Labs (www.stalefishlabs.com), a company specializing in games, toys, and interactive media.
目錄:
Table of Contents
1. It's Alive: Add Life to Your Static Pages
2. How It Fits Together: Connecting to MySQL
3. Creating Your Own Data: Create and Populate a Database
4. Your Application on the Web: Realistic and Practical Applications
5. When a Database Just Isn't Enough: Working With Data Stored in Files
6. Assume They're All Out to Get You: Securing Your Application
7. Remember Me?: Building Personalized Web Apps
7.5. Sharing is Caring: Eliminate Duplicate Code
8. Harvesting Data: Control Your Data, Control Your World
9. Better Living Through Functions: String and Custom Functions
10. Rules for Replacement: Regular Expressions
11. Drawing Dynamic Graphics: Visualizing Your Data... and More!
12. Interfacing to the World: Syndication and Web Services
i. The Top Ten Topics (We Didn't Cover): Leftovers
ii. A Place to Play: Set Up a Development Environment
iii. Get Even More: Extend Your PHP 
相關資源:

免責聲明:本網站內容收集於互聯網,本站不承擔任何由於內容的合法性及健康性所引起的爭議和法律責任。如果侵犯了你的權益,請通知我們,我們會及時刪除相關內容,謝謝合作! 聯系信箱:[email protected]

Copyright © 電驢下載基地 All Rights Reserved