Doyle Beginning PHP 5.3
1. Auflage 2011
ISBN: 978-1-118-05734-6
Verlag: John Wiley & Sons
Format: EPUB
Kopierschutz: 0 - No protection
E-Book, Englisch, 840 Seiten, E-Book
ISBN: 978-1-118-05734-6
Verlag: John Wiley & Sons
Format: EPUB
Kopierschutz: 0 - No protection
This book is intended for anyone starting out with PHP programming.If you've previously worked in another programming languagesuch as Java, C#, or Perl, you'll probably pick up theconcepts in the earlier chapters quickly; however, the book assumesno prior experience of programming or of building Web applications.
That said, because PHP is primarily a Web technology, it willhelp if you have at least some knowledge of other Web technologies,particularly HTML and CSS.
Many Web applications make use of a database to store data, andthis book contains three chapters on working with MySQL databases.Once again, if you're already familiar with databases ingeneral -- and MySQL in particular -- you'll beable to fly through these chapters. However, even if you'venever touched a database before in your life, you should still beable to pick up a working knowledge by reading through thesechapters.
Autoren/Hrsg.
Weitere Infos & Material
Introduction xxvii
Part I: Getting Up and Running with PHP
Chapter 1: Introducing PHP 3
Chapter 2: Your First PHP Script 11
Part II: Learning the Language
Chapter 3: PHP Language Basics 33
Chapter 4: Decisions and Loops 51
Chapter 5: Strings 73
Chapter 6: Arrays 101
Chapter 7: Functions 141
Chapter 8: Objects 165
Part III: Using PHP in Practice
Chapter 9: Handling HTML Forms with PHP 221
Chapter 10: Preserving State With Query Strings, Cookies, and Sessions 267
Chapter 11: Working with Files and Directories 297
Chapter 12: Introducing Databases and SQL 337
Chapter 13: Retrieving Data from MySQL with PHP 367
Chapter 14: Manipulating MySQL Data with PHP 403
Chapter 15: Making Your Job Easier with PEAR 441
Chapter 16: PHP and the Outside World 471
Chapter 17: Generating Images with PHP 507
Chapter 18: String Matching with Regular Expressions 539
Chapter 19: Working with XML 573
Chapter 20: Writing High-Quality Code 619
Appendix A: Solutions to Exercises 673
Appendix B: Configuring PHP 719
Appendix C: Alternatives to MySQL 757
Appendix D: Using PHP from the Command Line 765
Index 775