Cargando…

Web database applications with PHP and MySQL /

Demonstrates techniques of dynamic content through a complex sample application. Presents principles of good design, such as dividing logic from presentation. Introduces PHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in wide...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Williams, Hugh E.
Otros Autores: Lane, David, 1964-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol : O'Reilly, ©2004.
Edición:2nd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocm57365124
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 050104s2004 caua ob 001 0 eng d
010 |z  2004559158 
040 |a OCL  |b eng  |e pn  |c OCL  |d OCLCQ  |d OCLCG  |d UMC  |d OCLCQ  |d CUSER  |d VLB  |d UBF  |d CEF  |d N$T  |d TEFOD  |d TXM  |d OCLCQ  |d OCLCA  |d OCLCF  |d YDXCP  |d OCLCQ  |d GO9  |d EBLCP  |d DEBSZ  |d OKU  |d TEFOD  |d OCLCQ  |d NRC  |d OCLCQ  |d OCLCO  |d WYU  |d OCLCE  |d VT2  |d CNCEN  |d OTZ  |d ERF  |d UKBTH  |d UHL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCL  |d OCLCQ  |d INARC  |d FZL  |d OCLCQ  |d OCLCO 
019 |a 326577350  |a 620177846  |a 647974554  |a 748094021  |a 774401215  |a 809689137  |a 839839113  |a 863821416  |a 1044436270  |a 1056438944  |a 1060860915  |a 1062872177  |a 1073059280  |a 1083537412  |a 1100827967  |a 1103264947  |a 1105794914  |a 1107425044  |a 1112602696  |a 1113029528  |a 1113178174  |a 1129330903  |a 1202545912  |a 1240518078  |a 1256744936  |a 1380765527 
020 |a 9780596517212  |q (electronic bk.) 
020 |a 0596517211  |q (electronic bk.) 
020 |a 9781449396329  |q (electronic bk.) 
020 |a 1449396321  |q (electronic bk.) 
020 |z 0596005431 
020 |z 9780596005436 
024 8 |a 0596005431 
029 1 |a AU@  |b 000051537143 
029 1 |a DEBSZ  |b 405505086 
029 1 |a HEBIS  |b 291441297 
029 1 |a AU@  |b 000066233221 
035 |a (OCoLC)57365124  |z (OCoLC)326577350  |z (OCoLC)620177846  |z (OCoLC)647974554  |z (OCoLC)748094021  |z (OCoLC)774401215  |z (OCoLC)809689137  |z (OCoLC)839839113  |z (OCoLC)863821416  |z (OCoLC)1044436270  |z (OCoLC)1056438944  |z (OCoLC)1060860915  |z (OCoLC)1062872177  |z (OCoLC)1073059280  |z (OCoLC)1083537412  |z (OCoLC)1100827967  |z (OCoLC)1103264947  |z (OCoLC)1105794914  |z (OCoLC)1107425044  |z (OCoLC)1112602696  |z (OCoLC)1113029528  |z (OCoLC)1113178174  |z (OCoLC)1129330903  |z (OCoLC)1202545912  |z (OCoLC)1240518078  |z (OCoLC)1256744936  |z (OCoLC)1380765527 
037 |a 4A7223DF-512B-4713-A8EA-32ED29D1CC7C  |b OverDrive, Inc.  |n http://www.overdrive.com 
042 |a dlr 
050 4 |a QA76.73.P224  |b W55 2004 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.13/3  |2 22 
084 |a 54.64  |2 bcl 
084 |a 54.53  |2 bcl 
084 |a 005.72 
049 |a UAMI 
100 1 |a Williams, Hugh E. 
245 1 0 |a Web database applications with PHP and MySQL /  |c Hugh E. Williams and David Lane. 
250 |a 2nd ed. 
260 |a Sebastopol :  |b O'Reilly,  |c ©2004. 
300 |a 1 online resource (xviii, 796 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
588 0 |a Print version record. 
505 0 |a Database Applications and the Web -- The Web -- Three-Tier Architectures -- The PHP Scripting Language -- Introducing PHP -- Conditions and Branches -- Loops -- Functions -- Working with Types -- User-Defined Functions -- A Working Example -- Arrays, Strings, and Advanced Data Manipulation in PHP -- Arrays -- Strings -- Regular Expressions -- Dates and Times -- Integers and Floats -- Introduction to Object-Oriented Programming with PHP 5 -- Classes and Objects -- Inheritance -- Throwing and Catching Exceptions -- SQL and MySQL -- Database Basics -- MySQL Command Interpreter -- Managing Databases and Tables -- Inserting, Updating, and Deleting Data -- Querying with SQL Select -- Join Queries -- Case Study: Adding a New Wine -- Querying Web Databases -- Querying a MySQL Database Using PHP -- Processing User Input -- MySQL Function Reference -- Pear -- Core Components -- Packages -- Writing to Web Databases -- Database Inserts, Updates, and Deletes -- Issues in Writing Data to Databases -- Validation with PHP and JavaScript -- Validation and Error Reporting Principles -- Server-Side Validation with PHP -- JavaScript and Client-Side Validation -- Sessions -- Introducing Session Management -- PHP Session Management -- Case Study: Using Sessions in Validation -- When to Use Sessions -- PHP Session API and Configuration -- Authentication and Security -- HTTP Authentication -- HTTP Authentication with PHP -- Form-Based Authentication -- Protecting Data on the Web -- Errors, Debugging, and Deployment -- Errors -- Common Programming Errors -- Custom Error Handlers -- Reporting -- Creating a Report -- Producing PDF -- PDF-PHP Reference -- Advanced Features of Object-Oriented Programming in PHP 5 -- Working with Class Hierarchies -- Class Type Hints -- Abstract Classes and Interfaces -- Freight Calculator Example -- Advanced SQL -- Exploring with SHOW -- Advanced Querying -- Manipulating Data and Databases -- Functions -- Automating Querying -- Table Types -- Backup and Recovery -- Managing Users and Privileges -- Tuning MySQL -- Hugh and Dave's Online Wines: A Case Study -- Functional and System Requirements -- Application Overview -- Common Components -- Managing Customers -- Code Overview -- Customer Validation -- The Customer Form -- The Shopping Cart -- Code Overview -- The Winestore Home Page -- The Shopping Cart Implementation -- Ordering and Shipping at the Online Winestore -- Code Overview -- Credit Card and Shipping Instructions -- Finalizing Orders -- HTML and Email Receipts -- Searching and Authentication in the Online Winestore -- Code Overview -- Searching and Browsing -- Authentication -- Linux Installation Guide -- Microsoft Windows Installation Guide -- Mac OS X Installation Guide -- Web Protocols -- Modeling and Designing Relational Databases -- Managing Sessions in the Database Tier -- The Improved MySQL Library. 
520 |a Demonstrates techniques of dynamic content through a complex sample application. Presents principles of good design, such as dividing logic from presentation. Introduces PHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in widespread use. 
504 |a Includes bibliographical references. 
506 |3 Use copy  |f Restrictions unspecified  |2 star  |5 MiAaHDL 
533 |a Electronic reproduction.  |b [S.l.] :  |c HathiTrust Digital Library,  |d 2011.  |5 MiAaHDL 
538 |a Master and use copy. Digital master created according to Benchmark for Faithful Digital Reproductions of Monographs and Serials, Version 1. Digital Library Federation, December 2002.  |u http://purl.oclc.org/DLF/benchrepro0212  |5 MiAaHDL 
583 1 |a digitized  |c 2011  |h HathiTrust Digital Library  |l committed to preserve  |2 pda  |5 MiAaHDL 
542 |f Copyright © O'Reilly Media, Incorporated  |g 2004 
542 |f Copyright © O'Reilly Media, Inc.  |g 2004 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a MySQL (Electronic resource) 
630 0 4 |a SQL (Computer program language) 
630 0 7 |a MySQL (Electronic resource)  |2 fast 
650 0 |a PHP (Computer program language) 
650 0 |a Web sites  |x Design. 
650 0 |a SQL (Computer program language) 
650 6 |a PHP (Langage de programmation) 
650 6 |a SQL (Langage de programmation) 
650 6 |a Sites Web  |x Conception. 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a Langages de programmation.  |2 eclas 
650 7 |a Internet.  |2 eclas 
650 7 |a Bases de données.  |2 eclas 
650 7 |a SQL (Computer program language)  |2 fast 
650 7 |a PHP (Computer program language)  |2 fast 
650 7 |a Web sites  |x Design  |2 fast 
650 1 7 |a Databanken.  |2 gtt 
650 1 7 |a World wide web.  |2 gtt 
650 1 7 |a Programmatuurtechniek.  |2 gtt 
650 1 7 |a PHP.  |2 gtt 
650 1 7 |a SQL.  |2 gtt 
650 7 |a Banco de dados.  |2 larpcal 
650 7 |a Internet.  |2 larpcal 
650 7 |a Gerenciadores de banco de dados.  |2 larpcal 
650 7 |a Linguagem de programação.  |2 larpcal 
700 1 |a Lane, David,  |d 1964- 
776 0 8 |i Print version:  |a Williams, Hugh E.  |t Web database applications with PHP and MySQL.  |b 2nd ed.  |d Sebastopol : O'Reilly, ©2004  |z 0596005431  |w (DLC) 2004559158  |w (OCoLC)57068966 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596005431/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL540545 
938 |a EBSCOhost  |b EBSC  |n 415516 
938 |a YBP Library Services  |b YANK  |n 7427872 
938 |a Internet Archive  |b INAR  |n webdatabaseappli0000will_n9f2 
994 |a 92  |b IZTAP