PHP5 and MySQL bible /
This comprehensive tutorial and reference covers all the basics of PHP 5, a popular open source Web scripting language, and MySQL 4.012, the most popular open source database engineExplores why users need PHP and MySQL, how to get started, how to add PHP to HTML, and how to connect HTML Web pages to...
Saved in:
Main Author: | |
---|---|
Other Authors: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Indianapolis, IN :
Wiley,
©2004.
|
Series: | Bible.
|
Subjects: | |
Online Access: |
Full text (Emmanuel users only) |
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | in00000213266 | ||
006 | m o d | ||
007 | cr cnu|||unuuu | ||
008 | 040625s2004 inua o 001 0 eng d | ||
005 | 20240703143945.1 | ||
019 | |a 56585940 |a 437159882 |a 531180166 |a 935228422 |a 984869372 |a 992017974 |a 1053023510 |a 1113850429 |a 1135415160 | ||
020 | |a 0764571826 |q (electronic bk.) | ||
020 | |a 9780764571824 |q (electronic bk.) | ||
035 | |a (OCoLC)55740736 |z (OCoLC)56585940 |z (OCoLC)437159882 |z (OCoLC)531180166 |z (OCoLC)935228422 |z (OCoLC)984869372 |z (OCoLC)992017974 |z (OCoLC)1053023510 |z (OCoLC)1113850429 |z (OCoLC)1135415160 | ||
037 | |b OverDrive, Inc. |n http://www.overdrive.com | ||
037 | |a 2EF5F577-AFE8-4A17-BDF2-63789A6F9461 |b OverDrive, Inc. |n http://www.overdrive.com | ||
040 | |a N$T |b eng |e pn |c N$T |d OCLCQ |d YDXCP |d OCLCG |d OCLCQ |d TUU |d OCLCQ |d OCLCO |d OCLCQ |d OCLCF |d OCLCQ |d TEFOD |d IDEBK |d DEBSZ |d MERUC |d UKDOC |d TEFOD |d OCLCQ |d EBLCP |d SUR |d PIFBR |d ZCU |d OCLCQ |d SAV |d OCLCQ |d LUE |d ICG |d INT |d TOF |d OCLCQ |d DKC |d OCLCQ |d UHL |d UKAHL |d AJS |d OCLCO |d OCLCQ |d OCLCO |d OCLCQ |d OCLCO |d OCLCL | ||
050 | 4 | |a QA76.73.P224 |b C66 2004eb | |
072 | 7 | |a COM |x 051260 |2 bisacsh | |
072 | 7 | |a COM |x 051420 |2 bisacsh | |
082 | 0 | 4 | |a 005.2/762 |2 22 |
100 | 1 | |a Converse, Tim, |d 1961- | |
245 | 1 | 0 | |a PHP5 and MySQL bible / |c Tim Converse and Joyce Park with Clark Morgan. |
246 | 3 | |a PHP 5 and MySQL bible | |
246 | 3 | |a PHP5 bible | |
246 | 3 | |a PHP five and MySQL bible | |
260 | |a Indianapolis, IN : |b Wiley, |c ©2004. | ||
300 | |a 1 online resource (xxxvii, 1042 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 | ||
490 | 1 | |a Bible ; |v v. 147 | |
500 | |a Includes index. | ||
505 | 0 | |a PHP5 and MySQLBible; Preface; Acknowledgments; Contents at a Glance; Contents; Preface; What Is PHP?; Why PHP?; What's New in This Edition?; Whom This Book Is For; This Book Is Not the Manual; How the Book Is Organized; Conventions Used in This Book; What the Icons Mean; The Web Site and Sample Code; Part I: PHP: The Basics; Chapter 1: Why PHP and MySQL?; What Is PHP?; What Is MySQL?; The History of PHP; The History of MySQL; Reasons to Love PHP and MySQL; Summary; Chapter 2: Server-Side Web Scripting; Static HTML; Client-Side Technologies; Server-Side Scripting. | |
505 | 8 | |a What Is Server-Side Scripting Good for?Summary; Chapter 3: Getting Started with PHP; Hosting versus DIY; Installing PHP; Summary; Chapter 4: Adding PHP to HTML; Your HTML Is Already PHP-Compliant!; Escaping from HTML; Summary; Chapter 5: Syntax and Variables; PHP Is Forgiving; HTML Is Not PHP; PHP's Syntax Is C-Like; Comments; Variables; Types in PHP: Don't Worry, Be Happy; Type Summary; The Simple Types; Output; Summary; Chapter 6: Control and Functions; Boolean Expressions; Branching; Looping; Alternate Control Syntaxes; Terminating Execution; Using Functions; Function Documentation. | |
505 | 8 | |a Defining Your Own FunctionsFunctions and Variable Scope; Function Scope; Summary; Chapter 7: Passing Information between Pages; HTTP Is Stateless; GET Arguments; A Better Use for GET-Style URLs; POST Arguments; Formatting Form Variables; PHP Superglobal Arrays; Extended Example: An Exercise Calculator; Summary; Chapter 8: Strings; Strings in PHP; String Functions; Extended Example: An Exercise Calculator; Summary; Chapter 9: Arrays and Array Functions; The Uses of Arrays; What Are PHP Arrays?; Creating Arrays; Retrieving Values; Multidimensional Arrays; Inspecting Arrays; Deleting from Arrays. | |
505 | 8 | |a IterationExtended Example: An Exercise Calculator; Summary; Chapter 10: Numbers; Numerical Types; Mathematical Operators; Simple Mathematical Functions; Randomness; Extended Example: An Exercise Calculator; Summary; Chapter 11: Basic PHP Gotchas; Installation-Related Problems; Rendering Problems; Failures to Load Page; Parse Errors; File Permissions; Missing Includes; Unbound Variables; Overwritten Variables; Function Problems; Math Problems; Time-outs; Summary; Part II: PHP and MySQL; Chapter 12: Choosing a Database for PHP; What Is a Database?; Why a Database?; Choosing a Database. | |
505 | 8 | |a Advanced Features to Look ForPHP-Supported Databases; Database Abstraction (or Not); Our Focus: MySQL; Summary; Chapter 13: SQL Tutorial; Relational Databases and SQL; SQL Standards; The Workhorses of SQL; Database Design; Privileges and Security; Summary; Chapter 14: MySQL Database Administration; MySQL Licensing; Installing MySQL: Moving to Version 4; MySQL User Administration; PHPMyAdmin; Backups; Replication; Recovery; Summary; Chapter 15: PHP/MySQL Functions; Connecting to MySQL; Making MySQL Queries; Fetching Data Sets; Getting Data about Data; Multiple Connections. | |
520 | |a This comprehensive tutorial and reference covers all the basics of PHP 5, a popular open source Web scripting language, and MySQL 4.012, the most popular open source database engineExplores why users need PHP and MySQL, how to get started, how to add PHP to HTML, and how to connect HTML Web pages to MySQLOffers an extensive tutorial for developing applications with PHP and MySQLIncludes coverage of how to install, administer, and design MySQL databases independently of PHP; exception and error handling; debugging techniques; PostgreSQL database system; and PEAR database functionsThe authors pr. | ||
588 | 0 | |a Print version record. | |
650 | 0 | |a PHP (Computer program language) | |
700 | 1 | |a Park, Joyce, |d 1969- | |
758 | |i has work: |a PHP5 and MySQL bible (Text) |1 https://id.oclc.org/worldcat/entity/E39PCFDxcxMJMDvJxkD894H7VC |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Converse, Tim, 1961- |t PHP5 and MySQL bible. |d Indianapolis, IN : Wiley, ©2004 |z 0764557467 |w (DLC) 2004103176 |w (OCoLC)55153806 |
830 | 0 | |a Bible. | |
852 | |b Online |h ProQuest | ||
856 | 4 | 0 | |u https://ebookcentral.proquest.com/lib/emmanuel/detail.action?docID=243717 |z Full text (Emmanuel users only) |t 0 |
938 | |a 123Library |b 123L |n 11551 | ||
938 | |a Askews and Holts Library Services |b ASKH |n AH14540047 | ||
938 | |a EBSCOhost |b EBSC |n 111580 | ||
938 | |a YBP Library Services |b YANK |n 2338718 | ||
947 | |a FLO |x pq-ebc-base | ||
999 | f | f | |s bb8bb256-d1d9-46cd-ad44-a86e15c59a8f |i bcf611a4-4566-4a9b-9f67-d3d8acb8ebb9 |t 0 |
952 | f | f | |a Emmanuel College |b Main Campus |c Emmanuel College Library |d Online |t 0 |e ProQuest |h Other scheme |
856 | 4 | 0 | |t 0 |u https://ebookcentral.proquest.com/lib/emmanuel/detail.action?docID=243717 |y Full text (Emmanuel users only) |