Head First PHP & MySQL - Lynn Beighley, Michael Morrison

Head First PHP & MySQL

Lynn Beighley, Michael Morrison

出版时间

2008-12-29

ISBN

9780596006303

评分

★★★★★
书籍介绍
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.
AI导读
核心看点
  • Head First系列视觉化教学,通过互动练习强化记忆。
  • 涵盖PHP基础语法、MySQL查询及表单验证等核心技能。
  • 以构建动态网站为目标,提供从入门到实战的完整路径。
适合谁读
  • 零基础或仅有HTML/CSS经验的Web开发初学者。
  • 希望系统学习PHP与MySQL结合使用的入门读者。
  • 偏好生动图解、厌恶枯燥理论的技术学习者。
读前提醒
  • 内容较浅,进阶者需配合官方手册或更深层资料。
  • 书中互动环节多,建议动手练习以巩固知识点。
  • 插画丰富但可能分散注意力,需保持专注跟随主线。
读者共识
  • 风格轻松幽默,极大降低了编程学习的枯燥感。
  • 适合入门建立概念,但深度不足,需补充其他资源。
  • 循序渐进的结构清晰,有助于构建完整的开发视图。

本导读基于书籍简介、目录、原文摘录、短评和书评生成,不等同于全文精读。

精彩摘录
  • "It's possible to skip the php substr() function and limit the job description data in the SQL query itself.You use a very similar MySQL function called SUBSTRING() that accepts the same arguments as substr(). The only difference is that the starting index starts at 1 instead of 0.So grabbing the fir"
  • "Remember that our goal is to simplify the messy Mismatch queries with INNER JOIN.When an inner join involves matching columns with the same name, we can further simplify the query with the help of USING statement.The USING statement takes the place of ON in an INNER JOIN query, and requires the name"
  • "For example, the character class [m-z, M-Z] would match not only uppercase and lowercase letters from m to z, but also a comma or space, which is probably not what you want."
作者简介
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.
用户评论
从基础到高级的全面掌握,拿来巩固一下非常不错
过多的插画,让人分心,步骤很细,非常非常入门的书
入门必备
不喜欢,就是不喜欢。不是coding的料。
算是瞭解瞭解php先,後面做web service要用到的時候再詳讀。
讲道理这么看效率真的低, 手写几个网站就都会了
基本过了一遍
对零基础新人来说算好书,有一定编程经验的人就不建议读了。另外建议看完之后粗读一遍PHP manual,因为靠这本书打基础还是不够。如果出版社能像JS一样出本《Head First PHP Programming》就好了,本书内容其实略微有些过时,虽然书还是好书。
看head first而且还是英文版简直是绕弯路,head first讲的很通俗 但是实在太啰嗦
很棒很有趣的一本php入门书籍,但是也很厚(现在还没读完),第一次接触这门语言的人很适合读,里面用一些很有趣的例子来教会我们如何用php达成这些功能,很推荐!
收藏