首页 | 乐园 | 淘宝店 | 社区 | 电驴 | 网页游戏 | 网址大全

热门搜索: pdf 股票 电子书 易经 数学 心理学 特种部队 教程

v

当前位置:VeryCD资料电子图书

资料资源事务区


《深入浅出 PHP & MySQL》(Head First PHP & MySQL (A Brain-Friendly Guide) )清晰扫描版

状态: 精华资源
摘要:
发行时间2008年12月30日
语言英文
时间: 2009/02/20 12:44:27 发布 | 2009/02/20 14:21:15 更新
分类: 资料   电子图书  
统计:100次 收藏
收藏: fav  分享给好友
相关: 分享到开心网  分享到校内  收藏到QQ书签  订阅本资源RSS更新  美味书签  subtitle
中文名深入浅出 PHP & MySQL
原名Head First PHP & MySQL (A Brain-Friendly Guide)
版本清晰扫描版
发行时间2008年12月30日
地区美国
语言英文
简介

IPB Image


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

仅需3M,安全播放所有视频,简单到极致,绿色无插件,自动下载字幕

More ...更多相关资源 >>

这里是其它用户补充的资源(我也要补充):

暂无补充资源

热门评论


xfxgsun (楼主)   举报

说有中文版的也不打个草稿,国内中文版一般都要1到2年才能出来。比如代码大全就翻译了2年,当然也有很多好书至今没翻译成中文,原因很复杂。
所以真正想搞技术的人必须!必须英语好或者说到达一定程度,因为全世界80%的技术书籍文摘都是英文的。看不懂英文的技术人员就只能落后他们1到2年,这就是差距,不要整天就问有没中文版。。。。。。。


[+57] [-2] [回复]

回到最上


最新评论

254009604   2009/02/20 14:25:48  1楼   举报

好啊。谢谢!正找这方面的书


[0] [0] [回复]

回到最上

elaine_2008   2009/02/20 14:31:53  2楼   举报

我有中文版的,不错。


[0] [0] [回复]

回到最上

wmwei   2009/02/20 14:42:40  3楼   举报

引用(elaine_2008(2楼) @ 2009/02/20 14:31:53)
我有中文版的,不错。

可以共享么?


[+4] [0] [回复]

回到最上

phoenix87   2009/02/20 14:52:37  4楼   举报

中文版的?能发上来么?
不过也要谢谢楼主,只是英文的看着实在有点痛苦。


[+1] [-1] [回复]

回到最上

zhangshuai21602   2009/02/20 15:08:05  5楼   举报

支持


[0] [0] [回复]

回到最上

jooooalf   2009/02/20 15:20:36  6楼   举报

引用(elaine_2008(2楼) @ 2009/02/20 14:31:53)
我有中文版的,不错。

这书08年11月份才发行的英文版。 你上哪弄来中文版去?


[+2] [0] [回复]

回到最上

xfxgsun (楼主)   2009/02/20 15:35:57  7楼   举报

说有中文版的也不打个草稿,国内中文版一般都要1到2年才能出来。比如代码大全就翻译了2年,当然也有很多好书至今没翻译成中文,原因很复杂。
所以真正想搞技术的人必须!必须英语好或者说到达一定程度,因为全世界80%的技术书籍文摘都是英文的。看不懂英文的技术人员就只能落后他们1到2年,这就是差距,不要整天就问有没中文版。。。。。。。


[+57] [-2] [回复]

回到最上

xiaoblueyang   2009/02/20 15:44:47  8楼   举报

先练好英文 在好好看吧


[+1] [0] [回复]

回到最上

yukmei   2009/02/20 16:54:38  9楼   举报

I need,thank you


[0] [0] [回复]

回到最上

billybettyliu   2009/02/20 18:06:05  10楼   举报

好书,值得学习,谢谢楼主


[0] [0] [回复]

回到最上

sunenfa   2009/02/20 20:58:28  11楼   举报

支持啊,讨厌现在的工作了,要换!


[0] [0] [回复]

回到最上

demu19881211   2009/02/21 08:48:38  12楼   举报

好东西谢谢了


[0] [0] [回复]

回到最上

roror999   2009/02/21 12:51:46  13楼   举报

有没有好心的大佬,给翻译成中文版的呀???


谢谢了先!


[0] [-3] [回复]

回到最上

cheung1989   2009/02/23 18:50:20  14楼   举报

麻烦老大帮忙翻译下.asp效率低下.想转来PHP阵营


[0] [0] [回复]

回到最上

y81348016   2009/02/26 16:05:40  15楼   举报

谢谢 清晰不?


[0] [0] [回复]

回到最上

血祭祀   2009/03/01 20:01:39  16楼   举报

这个是实在是看不明白啊~~~加强英语学习


[0] [0] [回复]

回到最上

alpoet   2009/03/21 10:25:04  17楼   举报

下了 非常喜欢 感谢分享


[0] [0] [回复]

回到最上

barrycheung   2009/03/22 19:58:09  18楼   举报

CooooooooooL !


[0] [0] [回复]

回到最上

digglife   2009/03/28 08:15:39  19楼   举报

Head First系列的图书都很不错的


[0] [0] [回复]

回到最上

icewangfei   2009/04/01 00:20:13  20楼   举报

很不错,正要学习


[0] [0] [回复]

回到最上

21楼已被删除

grhj   2009/04/15 12:11:24  22楼   举报

看得懂就看下去~
看不懂就用翻譯軟體慢慢翻,順便練練英文~
這一系列的都可一下來學習~
感謝版大的分享~感恩!


[0] [0] [回复]

回到最上

sunwah   2009/04/15 14:38:36  23楼   举报

没有中文字幕,,,


[0] [0] [回复]

回到最上

seeulovec   2009/05/03 19:33:33  24楼   举报

好好的学习,才能进步啊。


[0] [0] [回复]

回到最上

25楼已被删除

n86852000   2009/05/09 22:23:50  26楼   举报

感谢楼主!


[0] [0] [回复]

回到最上

chongan_wang   2009/05/22 08:48:22  27楼   举报

不错的资源 啊 非常有用


[0] [0] [回复]

回到最上

beyond乐与怒   2009/06/13 22:24:36  28楼   举报

谢谢楼主。


[0] [0] [回复]

回到最上

tangyue1217   2009/06/14 02:13:55  29楼   举报

thx


[0] [0] [回复]

回到最上

gouf0079   2009/06/21 10:37:31  30楼   举报

英文的.. 收藏先 就是不知道什么时候能看


[0] [0] [回复]

回到最上

17143292   2009/07/05 14:02:35  31楼   举报

怎么和图书馆的封面不一样?


[0] [0] [回复]

回到最上

thinsktars   2009/07/09 00:21:30  32楼   举报

其实,只要懂技术,英语还ok的话,再加上恒心就可以看了。。。感谢楼主的分享,因为之前早的书籍都不合心意,包括了传说中的php圣经,虽然还好,但与自己理想的还有所差别。。。


[0] [0] [回复]

回到最上

Cypurs   2009/07/15 15:28:01  33楼   举报

引用(xfxgsun @ 2009-02-20, 03:35 PM) *
说有中文版的也不打个草稿,国内中文版一般都要1到2年才能出来。比如代码大全就翻译了2年,当然也有很多好书至今没翻译成中文,原因很复杂。
所以真正想搞技术的人必须!必须英语好或者说到达一定程度,因为全世界80%的技术书籍文摘都是英文的。看不懂英文的技术人员就只能落后他们1到2年,这就是差距,不要整天就问有没中文版。。。。。。。

支持楼主的说法。~ 努力学E文ING.....


[0] [0] [回复]

回到最上

abangxy   2009/07/26 20:17:07  34楼   举报

发中文版的,就是六级过了也不一定能全看懂啊


[0] [0] [回复]

回到最上

jidongsi028   2009/08/03 18:34:37  35楼   举报

楼主估计也就是个初级程序员,什么叫技术落后2-3年,程序员心里都明白一般精通了一门语言后,在转向另一门语言是很快的,而且真正有一定能力的程序员从来都不盲目跟风,不要总想着去学新技术,自己踏实掌握好了基础然后有选择性的去选择技术。楼主还是虚心点吧


[0] [-1] [回复]

回到最上

qsh1573   2009/08/14 21:23:38  36楼   举报

值得学习一下。


[0] [0] [回复]

回到最上

adocdo   2009/08/30 08:19:25  37楼   举报

thanks for sharing!


[0] [0] [回复]

回到最上


    小贴士:
  1. 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  2. 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  3. 勿催片。请相信驴友们对分享是富有激情的,如果确有更新版本,您一定能搜索到。
  4. 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
  5. 如果您发现自己的评论不见了,请参考以上4条。

(?)

close