Bild 1 von 7






Galerie
Bild 1 von 7







Ähnlichen Artikel verkaufen?
PHP & MySQL: The Missing Manual 2nd Edition By Brett McLaughlin
US $4,99
Ca.CHF 3,99
oder Preisvorschlag
Artikelzustand:
“Cover has minimal wear around the edges. Pages are clean and in good condition. Binding is solid.”
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Versand:
US $5,97 (ca. CHF 4,77) USPS Media MailTM.
Standort: Vienna, Virginia, USA
Lieferung:
Lieferung zwischen Sa, 22. Nov und Fr, 28. Nov bei heutigem Zahlungseingang
Rücknahme:
Keine Rücknahme.
Zahlungen:
Sicher einkaufen
Info zum Artikel
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:395313751389
Artikelmerkmale
- Artikelzustand
- Gut
- Hinweise des Verkäufers
- “Cover has minimal wear around the edges. Pages are clean and in good condition. Binding is solid.”
- Country of Origin
- United States
- Binding
- Paperback
- Product Group
- Book
- Series
- Missing Manuals
- Educational Level
- Adult & Further Education
- Personalized
- No
- Level
- Intermediate
- Features
- Illustrated, 2nd Edition
- Weight
- 1 lbs
- IsTextBook
- No
- ISBN
- 9780596515867
Über dieses Produkt
Product Identifiers
Publisher
O'reilly Media, Incorporated
ISBN-10
0596515863
ISBN-13
9780596515867
eBay Product ID (ePID)
109104173
Product Key Features
Number of Pages
500 Pages
Language
English
Publication Name
Php and Mysql
Publication Year
2011
Subject
Programming Languages / General, Programming Languages / Php, Web / Web Programming, Web / Design, Programming Languages / Sql
Type
Textbook
Subject Area
Computers
Format
Trade Paperback
Dimensions
Item Height
1.1 in
Item Weight
27.7 Oz
Item Length
9.2 in
Item Width
7 in
Additional Product Features
Intended Audience
Scholarly & Professional
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.133
Table Of Content
The Missing Credits; About the Author; About the Creative Team; Acknowledgments; The Missing Manual Series;Introduction; What Is PHP?; What Is MySQL?; About This Book; About the Online Resources; Safari® Books Online;Part 1: PHP and MySQL Basics; Chapter 1: PHP: What, Why, and Where?; 1.1 Gathering Your Tools; 1.2 Writing Your First Program; 1.3 Running Your First Program; 1.4 Writing Your Second Program; 1.5 Upload Your HTML, CSS, and PHP; 1.6 Running Your Second Program; Chapter 2: PHP Syntax: Weird and Wonderful; 2.1 Get Information from a Web Form; 2.2 Working with Text in PHP; 2.3 The $_REQUEST Variable; 2.4 What Do You Do with User Information?; Chapter 3: MySQL and SQL: Database and Language; 3.1 What Is a Database?; 3.2 Installing MySQL; 3.3 SQL Is a Language for Talking to Databases;Part 2: Dynamic Web Pages; Chapter 4: Connecting PHP to MySQL; 4.1 Writing a Simple PHP Connection Script; 4.2 Cleaning Up Your Code with Multiple Files; 4.3 Building a Basic SQL Query Runner; Chapter 5: Better Searching with Regular Expressions; 5.1 String Matching, Double-Time; Chapter 6: Generating Dynamic Web Pages; 6.1 Revisiting a User's Information; 6.2 Planning Your Database Tables; 6.3 Saving a User's Information; 6.4 Show Me the User; 6.5 Redirection and Revisitation of Creating Users;Part 3: From Web Pages to Web Applications; Chapter 7: When Things Go Wrong (and They Will); 7.1 Planning Your Error Pages; 7.2 Finding a Middle Ground for Error Pages with PHP; 7.3 Add Debugging to Your Application; 7.4 Redirecting on Error; Chapter 8: Handling Images and Complexity; 8.1 Images Are Just Files; 8.2 Images Are For Viewing; 8.3 And Now for Something Completely Different; Chapter 9: Binary Objects and Image Loading; 9.1 Storing Different Objects in Different Tables; 9.2 Inserting a Raw Image into a Table; 9.3 Your Binary Data Isn't Safe to Insert...Yet; 9.4 Connecting Users and Images; 9.5 Show Me the Image; 9.6 Embedding an Image Is Just Viewing an Image; 9.7 So Which Approach is Best?; Chapter 10: Listing, Iterating, and Administrating; 10.1 Some Things Never Change; 10.2 Listing All Your Users; 10.3 Deleting a User; 10.4 Talking Back To Your Users; 10.5 Standardizing on Messaging; 10.6 Integrating Utilities, Views, and Messages;Part 4: Security and the Real World; Chapter 11: Authentication and Authorization; 11.1 Start with Basic Authentication; 11.2 Abstracting What's the Same; 11.3 Passwords Don't Belong in PHP Scripts; 11.4 Passwords Create Security, But Should Be Secure; Chapter 12: Cookies, Sign-ins, and Ditching Crummy Pop-ups; 12.1 Going Beyond Basic Authentication; 12.2 Logging In with Cookies; 12.3 Adding Context-Specific Menus; Chapter 13: Authorization and Sessions; 13.1 Modeling Groups in Your Database; 13.2 Checking for Group Membership; 13.3 Group-Specific Menus; 13.4 Entering Browser Sessions; 13.5 Memory Lane: Remember that Phishing Problem?; 13.6 So Why Ever Use Cookies?;
Synopsis
If you know how to build websites with CSS and JavaScript, this book takes you to the next level - creating dynamic, database-driven websites with PHP and MySQL. Learn how to interact with your website visitors via forms, cookies, database queries, content management, and other methods., If you can build websites with CSS and JavaScript, this book takes you to the next level creating dynamic, database-driven websites with PHP and MySQL. Learn how to build a database, manage your content, and interact with users through queries and web forms. With step-by-step tutorials, real-world examples, and jargon-free explanations, you ll soon discover the power of server-side programming.The important stuff you need to know: Get a running start. Write PHP scripts and create a web form right away.Learn the language. Get up to speed on PHP and SQL syntax quickly.Build a database. Use MySQL to store user information and other data.Make it dynamic. Create pages that change with each new viewing.Be ready for mistakes. Plan error messages to help direct users.Manage your content. Use the file system to access user data, including images and other binary files.Control operations. Create an administrative interface to oversee your site.", If you know how to build websites with CSS and JavaScript, this book takes you to the next level - creating dynamic, database-driven websites with PHP and MySQL. Learn how to interact with your website visitors via forms, cookies, database queries, and content management. Through step-by-step tutorials, real-world examples, and lively, jargon-free explanations, you'll quickly discover the power of server-side programming. * Build your first PHP script and web form in the first chapter * Get up to speed on PHP and SQL syntax quickly and easily * Work with timesaving tools such as phpMyAdmin and PEAR * Learn how to build a good database, and avoid common pitfalls * Write smarter code with functions * Keep your visitors' data secure * Acquire the tools to fix things that go wrong, If you can build websites with CSS and JavaScript, this book takes you to the next level--creating dynamic, database-driven websites with PHP and MySQL. Learn how to build a database, manage your content, and interact with users through queries and web forms. With step-by-step tutorials, real-world examples, and jargon-free explanations, you'll soon discover the power of server-side programming. The important stuff you need to know: Get a running start. Write PHP scripts and create a web form right away. Learn the language. Get up to speed on PHP and SQL syntax quickly. Build a database. Use MySQL to store user information and other data. Make it dynamic. Create pages that change with each new viewing. Be ready for mistakes. Plan error messages to help direct users. Manage your content. Use the file system to access user data, including images and other binary files. Control operations. Create an administrative interface to oversee your site.
LC Classification Number
QA76.73.S67
Artikelbeschreibung des Verkäufers
Info zu diesem Verkäufer
lutian.pxkpgsau
100% positive Bewertungen•270 Artikel verkauft
Angemeldet als privater VerkäuferDaher finden verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe.
Verkäuferbewertungen (113)
- l***i- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufItem exactly as shown and described. Fast Shipping and excellent packaging. Condition was better than expected and was good value. Quality product with beautiful appearance and cover. Thank you again. A++The Legend Of Sleepy Hollow Complete And Unabridged By Washington Irving (Nr. 396362151726)
- r***a (397)- Bewertung vom Käufer.Letzter MonatBestätigter Kaufgreat transaction. Item was as described and shipped promptly.
- 5***u (151)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufPrompt delivery and service. Well packaged. Thanks
Noch mehr entdecken:
- Masters-of-the-Universe - Europa-Editions Hörbücher und Hörspiele,
- Masters-of-the-Universe - Europa-Editions-Erwachsene Hörbücher und Hörspiele,
- Hörbücher und Hörspiele Action Europa Editions,
- The Face Zeitschriften,
- Europa-Editions-Erwachsene Hörbücher und Hörspiele,
- Hörbücher und Hörspiele Europa Editions Kassette,
- Hörbücher und Hörspiele Europa Editions Action,
- Hörbücher und Hörspiele Europa Editions mit Audio-CD,
- Hörbücher und Hörspiele Europa Editions Horror,
- Erwachsene Masters of the Universe Hörbücher und Hörspiele

