Would you like to see this page in English? Click here.


または
1-Clickで注文する場合は、サインインをしてください。
こちらからも買えますよ
この商品をお持ちですか? マーケットプレイスに出品する
PHP for the Web: Visual QuickStart Guide
 
 

PHP for the Web: Visual QuickStart Guide [ペーパーバック]

Larry Ullman

価格: ¥ 3,540 通常配送無料 詳細
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
通常1~3週間以内に発送します。 在庫状況について
この商品は、Amazon.co.jp が販売、発送します。 ギフトラッピングを利用できます。

キャンペーンおよび追加情報

  • 掲載画像とお届けする商品の表紙が異なる場合があります。ご了承ください。


商品の説明

内容説明

With PHP for the World Wide Web, Fourth Edition: Visual QuickStart Guide, readers can start from the beginning to get a tour of the programming language, or look up specific tasks to learn just what they need to know. This task-based visual reference guide uses step-by-step instructions and plenty of screenshots to teach beginning and intermediate users this popular open-source scripting language. Leading technology author Larry Ullman guides readers through the latest developments including use and awareness of HTML5 with PHP. Other addressed changes include removal of outdated functions and more efficient ways to tackle common needs.

Both beginning users, who want a thorough introduction to the technology, and more intermediate users, who are looking for a convenient reference, will find what they need here--in straightforward language and through readily accessible examples.

登録情報


この本のなか見!検索より (詳細はこちら
この本のサンプルページを閲覧する
おもて表紙 | 著作権 | 目次 | 抜粋 | 索引
この本の中身を閲覧する:

この商品にタグをつける

 (詳細)
タグは、商品との関連性が非常に強いキーワードまたはラベルのようなものです。
タグにより、すべてのお客様がお気に入りの商品の整理と確認を行うことができます。
※タグは初期設定で公開になっています。詳しくはこちら
 

カスタマーレビュー

Amazon.co.jp にはまだカスタマーレビューはありません
星5つ
星4つ
星3つ
星2つ
星1つ
Amazon.com で最も参考になったカスタマーレビュー (beta)
Amazon.com:  27件のカスタマーレビュー
22 人中、22人の方が、「このレビューが参考になった」と投票しています。
The master returns: the best short course on PHP available 2008/12/24
By Jerry Saperstein - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
Larry Ullman brings two major talents to the task of writing "PHP": a) a thorough knowledge of PHP, and b) the ability to write on technical subjects clearly and concisely.

Ullman himself considers this edition "a relatively light revision of the book, tweaking some things, solidifying the discussion of PHP 5 (which was just out when the second edition of the book was written), and addressing some of the changes forthcoming in PHP 6 (whenever that may be)". I have the earlier edition(s) in my library and there aren't any super-major changes visible.

I suspect that a non-programmer would have litle difficulty learning how to program in PHP using this book. But I think a working knowlede of HTML and perhaps even Javascript would be helpul.

Ullman begins at the beginning with the basic concepts of programming and PHP. His writing style is very comfortable, very clear and the beginner will not feel lost, though the experienced programmer may do nothing more than skim these first pages.

He moves forward into functions and control functions, working his way to interaction with databases, one of the most widespread uses for PHP.

All in all, this is great learning tool for those coming with experience in other programming languages and those who are neophytes. Ullman has done it again: excellent work.

Jerry
14 人中、14人の方が、「このレビューが参考になった」と投票しています。
A Comprehensive, Yet Simplified Jump Start for PHP Beginners 2009/8/16
By Bruce B. Razban - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
I started as not knowing much about PHP, and by the time I had completed reading this book and doing many of its exercises, the book had lived up to its promise of "Learn PHP the Quick and Easy Way!", at least for me.

PHP is actually easy, but it is somewhat involved! It is not like learning VBA where you focus on the language syntax and that is all you really need to learn. PHP, by its Client Server nature, requires us to learn some HTML, Forms, CSS, and Database as well. Being a Client-Server Scripting Language, this is only natural.

Larry has done an excellent job of keeping this book comprehensive by giving us enough first had knowledge to be effective in HTML, Forms, CSS, and Database. But most importantly, there is enough to help learn to write a useful program as a beginner. However, previous experience about other programming languages,we can get inventive and write more complicated ones using this book.

Chapter 1 gets us started nicely. Chapters 2 to 5 are basic things like variables and strings. Chapter 6, does a good job of giving practical, and clearly explained control functions. Chapter 7 on using arrays gives us a good start plus a lot of helpful things like how to convert an array into a string, and vice versa. I found Chapters 8, 9, 10, and 11 containing all essential things needed to make a decent website including session management and cookies. Again, he clearly gives an excellent start, and empowers us to build on that. Chapter 10 is on functions and Chapter 11 introduces us to files and directories as seen by PHP Client Server approach. Chapter 12 is introduction to Databases. Databases and detailed explanation of them, to satisfy a DBA for example, will take a complete book focused on it. However, Larry has packed enough database information here that will get us started and more importantly operational on the Back End Database. Chapter 13, regular expressions, while important, was sort of icing on the cake for me.

Appendix A does a basic treatment of general installation for different operating systems. Appendix B, on the other hand is a good list of other resources.

As a suggestion, I would say that if the code for a more involved, ten or fifteen page website could be shown to expand on what is already in the book, would help put all in prespective. Also, there is a slight confusion at this time in this book. At the time this book was being written, there was some confusion about PHP 5 or 6 in the Regular Expressions Chapter 13. I would recommend that this be cleared up in the Fourth Edition. This book is well worth a Fourth Edition!

The pace of the book is good and it does not jump around, and it does not leave gaps that would be frustrating to a first time PHP programmer. It logically and systematically builds up on previous chapters as it proceeds.
10 人中、10人の方が、「このレビューが参考になった」と投票しています。
Decent Introductory Text 2009/10/12
By E. M. Lisansky - (Amazon.com)
形式:ペーパーバック|Amazonが確認した購入
A relatively easy-to-follow series of lessons and sample scripts make for easy reading and rapid progress. Many sidebars contain excellent "Tips" which sometimes turn out to be more useful than the main text. Explanations and instructions are surprisingly clear, and this is a good introduction to PHP for beginners.

Issues include usage of old mysql library (instead of mysqli, in use since PHP 4.1), a somewhat stilted version of PHP redux, usage of now-deprecated ereg functions in regular expressions, and a few other minor anomalies. Lots of space is wasted showing actual scripts which are being explained simultaneously in adjacent pages, and are available for download on the book's website anyway. But the overall concepts are well-explained, and this text is less confusing than several others available. An economical and educational choice for a PHP beginner wanting to get their feet wet.

クチコミ

クチコミは、商品やカテゴリー、トピックについて他のお客様と語り合う場です。お買いものに役立つ情報交換ができます。
この商品のクチコミ一覧
内容・タイトル 返答 最新の投稿
まだクチコミはありません

複数のお客様との意見交換を通じて、お買い物にお役立てください。
新しいクチコミを作成する
タイトル:
最初の投稿:
サインインが必要です
 

クチコミを検索
すべてのクチコミを検索
   


リストマニア

リストを作成

関連商品を探す


同じキーワードの商品を探す


フィードバック


Amazon.co.jpのプライバシー ステートメント Amazon.co.jpの発送情報 Amazon.co.jpでの返品と交換