- Shopping Bag ( 0 items )
Want a NOOK? Explore Now
The PHP scripting language and MySQL open source database are quite effective independently, but together they make a simply unbeatable team. When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites. This combination is so popular, in fact, that it's attracting manyprogramming newbies who come from a web or graphic design background and whose first language is HTML. If you fall into this ever-expanding category, then this book is for you.
Learning PHP and MySQL starts with the very basics of the PHP language, including strings and arrays, pattern matching and a detailed discussion of the variances in different PHP versions. Next, it explains how to work with MySQL, covering information on SQL data access for language and data fundamentals like tables and statements.Finally, after it's sure that you've mastered these separate concepts, the book shows you how to put them together to generate dynamic content. In the process, you'll also learn about error handling, security, HTTP authentication, and more.
If you're a hobbyist who is intimidated by thick, complex computer books, then this guide definitely belongs on your shelf. Learning PHP and MySQL explains everything--from basic concepts to the nuts and bolts of performing specific tasks--in plain English.
Part of O'Reilly's bestselling Learning series, the book is an easy-to-use resource designed specifically for newcomers. It's also a launching pad for future learning, providing you with a solid foundation for more advanced development.
PHP and MySQL are quickly becoming the standard for rapid development of dynamic, database driven web sites. The authors begin with the very basics of the PHP language--including arrays and strings, pattern matching, and a detailed discussion of the variances in different PHP versions--and explain how to work with MySQL.
1 | Dynamic content and the Web | 1 |
2 | Installation | 14 |
3 | Exploring PHP | 33 |
4 | PHP decision making | 55 |
5 | Functions | 77 |
6 | Arrays | 99 |
7 | Database basics | 113 |
8 | Using MySQL | 134 |
9 | Getting PHP to talk to MySQL | 163 |
10 | Working with forms | 181 |
11 | Practical PHP | 205 |
12 | Modifying MySQL objects and PHP data | 233 |
13 | Cookies, sessions, and access control | 252 |
14 | Security | 273 |
15 | Validation and error handling | 290 |
16 | Sample applications | 302 |
17 | Finishing your journey | 328 |
Anonymous
Posted Sat Dec 09 00:00:00 EST 2006
Do you want to know how to create dynamic web sites? If you do, then this book is for you. Authors Michele E. Davis and Jon A. Phillips, have done an outstanding job of writing a book that shows you how programming, templating and databases work. Davis and Phillips, begin by showing you how PHP handles simple text, and then moves on to basic decision making. Then, the authors discuss expressions and statements. Next, they introduce you to some basic database structure so that you have an understanding of databases. They also show you how to connect to the MySQL database using the client tools that come with MySQL. The authors then continue by showing you how to connect to a MySQL server from PHP. Then, they show you how to start working on some of the more common tasks that you¿ll perform when writing PHP programs. Next, the authors show you how to perform more complicated database tasks from PHP. They also explore your options for validating form data before a form submission. Finally, the authors arm you with numerous resources that can help you during your PHP and MySQL journey. This most excellent book will walk you through many challenges. Perhaps more importantly, you¿ll be able to design new features and let you imagination run wild!
Was this review helpful? Yes NoThank you for your feedback. Report this reviewThank you, this review has been flagged.Anonymous
Posted Wed Jul 20 00:00:00 EDT 2011
No text was provided for this review.
Anonymous
Posted Sun Dec 04 00:00:00 EST 2011
No text was provided for this review.
Anonymous
Posted Thu Sep 08 00:00:00 EDT 2011
No text was provided for this review.
Overview
The PHP scripting language and MySQL open source database are quite effective independently, but together they make a simply unbeatable team. When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites. This combination is so popular, in fact, that it's attracting manyprogramming newbies who come from a web or graphic design background and whose first language is HTML. If you fall into ...