<?xml version="1.0" encoding="UTF-8"?>
<collection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd" xmlns="http://www.loc.gov/MARC21/slim">
 <record>
  <leader>00000cam a22000004a 4500</leader>
  <controlfield tag="001">UP-1685675941123835417</controlfield>
  <controlfield tag="003">Buklod</controlfield>
  <controlfield tag="005">20090828144643.0</controlfield>
  <controlfield tag="006">aa    rb   |||1 u|</controlfield>
  <controlfield tag="007">ta</controlfield>
  <controlfield tag="008">060912s2007    njua    r    |001 0|eng d</controlfield>
  <datafield tag="020" ind1=" " ind2=" ">
   <subfield code="a">0131875086 (pbk. : alk. paper)</subfield>
  </datafield>
  <datafield tag="020" ind1=" " ind2=" ">
   <subfield code="a">9780131875081 (pbk. : alk. paper)</subfield>
  </datafield>
  <datafield tag="035" ind1=" " ind2=" ">
   <subfield code="a">(iLib)UPTAC-00003330555</subfield>
  </datafield>
  <datafield tag="037" ind1=" " ind2=" ">
   <subfield code="b">CD Books International, Inc.</subfield>
   <subfield code="c">Ph3,499</subfield>
  </datafield>
  <datafield tag="040" ind1=" " ind2=" ">
   <subfield code="a">DLC</subfield>
   <subfield code="d">UPVTC</subfield>
  </datafield>
  <datafield tag="041" ind1=" " ind2=" ">
   <subfield code="a">eng</subfield>
  </datafield>
  <datafield tag="090" ind1=" " ind2="0">
   <subfield code="a">TK 5105.888</subfield>
   <subfield code="b">Q54 2007</subfield>
  </datafield>
  <datafield tag="100" ind1="1" ind2=" ">
   <subfield code="a">Quigley, Ellie</subfield>
  </datafield>
  <datafield tag="245" ind1="1" ind2="0">
   <subfield code="a">PHP and MySQL by example</subfield>
   <subfield code="c">Ellie Quigley with Marko Gargenta.</subfield>
  </datafield>
  <datafield tag="264" ind1=" " ind2="1">
   <subfield code="a">Upper Saddle River, NJ</subfield>
   <subfield code="b">Prentice Hall</subfield>
   <subfield code="c">c2007.</subfield>
  </datafield>
  <datafield tag="300" ind1=" " ind2=" ">
   <subfield code="a">xxiv, 878 p.</subfield>
   <subfield code="b">ill.</subfield>
   <subfield code="c">24 cm. +</subfield>
   <subfield code="e">CD (4 3/4 in.)</subfield>
  </datafield>
  <datafield tag="500" ind1=" " ind2=" ">
   <subfield code="a">Includes index.</subfield>
  </datafield>
  <datafield tag="505" ind1="0" ind2=" ">
   <subfield code="a">Table of Contents: Preface. Acknowledgments. 1. Introduction: 1.1. From Static to Dynamic Web Sites -- 1.2. About PHP -- 1.3. About MySQL -- 1.4. Chapter Summary -- 2. Getting Started: 2.1. The Life Cycle of a Web Page -- 2.2. The Anatomy of a PHP Script -- 2.3. Some Things to Consider -- 2.4. Review -- 2.5. Chapter Summary -- 3. PHP Quick Start: 3.1. Quick Start, Quick Reference -- 3.2. Chapter Summary -- 4. The Building Blocks: Data Types, Literals, Variables, and Constants: 4.1. Data Types -- 4.2. Variables -- 4.3. Constants -- 4.4. Chapter Summary -- 5. Operators: 5.1. About PHP Operators and Expressions -- 5.2. Chapter Summary -- 6. Strings: 6.1. What is a String? --- 6.2. String Functions -- 6.3. Other String Functions -- 6.4. Chapter Summary -- 7. Conditionals and Loops: 7.1. Control Structures, Blocks, and Compound Statements -- 7.2. Loops -- 7.3. Chapter Summary -- 8. Arrays: 8.1. What is an Array? -- 8.2. Modifying Arrays (Unsetting, Deleting, Adding, and Changing Elements) -- 8.3. Chapter Summary -- 9. User-Defined Functions: 9.1. What is a Function? -- 9.2. Chapter Summary -- 10. More on PHP Forms: 10.1. Introduction -- 10.2. Review of HTML Forms -- 10.3. PHP and Forms -- 10.4. Chapter Summary -- 11. Files and Directories: 11.1. Files -- 11.2. The Web Server, PHP, and Permissions -- 11.3. Directories -- 11.4. Managing Content with Include Files -- 11.5. Chapter Summary -- 12. Regular Expressions and Pattern Matching: 12.1. What is a Regular Expression? -- 12.2. Pattern-Matching Functions -- 12.3. Chapter Summary -- 13. Introduction to MySQL: 13.1. About Databases -- 13.2. The Anatomy of a Relational Database -- 13.3. Connecting to the Database -- 13.4. The MySQL Privilege System -- 13.5. Chapter Summary -- 14. SQL Language Tutorial: 14.1. What is SQL? -- 14.2. SQL Data Manipulation Language (DML) -- 14.3. SQL Data Definition Language -- 14.4. SQL Functions -- 14.5. Chapter Summary -- 15. PHP and MySQL Integration: 15.1. Introduction -- 15.2. The Guest Book Example -- 15.3. Chapter Summary -- 16. Cookies and Sessions: 16.1. What is Stateless? -- 16.2. What are Cookies? -- 16.3. PHP and Cookies -- 16.4. What is a Session? -- 16.5. Chapter Summary -- 17. Objects: 17.1. What are Objects? -- 17.2. Working with Classes -- 17.3. Some PHP 5 Object Features -- 17.4. Chapter Summary -- A. Building an Art Gallery: A.1. Project Overview -- A.2. The Public and the Private -- A.3. Creating the Web Site -- A.4. Installing the Art Gallery -- A.5. Conclusion -- B. PHP and E-Mail: B.1. The Mail Server -- B.2. MIME (Multipurpose Internet Mail Extensions) -- B.3. Runtime Configuration Options -- B.4. The mail() Function -- B.5. Sending a Simple E-Mail Message -- B.6. Example: Sending an HTML Message -- C. PHP and Date/Time: C.1. Formatting Dates and Times -- C.2. Getting the Timestamp -- C.3. Getting the Date and Time -- D. Security and Debugging: D.1. About Security -- D.2. Securing PHP and MySQL -- D.3. Debugging -- E. Installation Procedures: E.1. About Web Servers -- E.2. Installing Apache on Windows -- E.3. Installing PHP on Windows -- E.4. Installing PHP on Linux/UNIX -- E.5. Installing PHP on Mac OS X -- E.6. Configuring Apache to use PHP Module (All Platforms) -- E.7. Configuring php.ini (All Platforms) -- E.8. Installing MySQL on Windows -- E.9. Installing MySQL on Linux UNIX -- E.10. Installing MySQL on Mac OS X -- E.11. Read the Manual -- Index.</subfield>
  </datafield>
  <datafield tag="630" ind1="0" ind2="0">
   <subfield code="a">MySQL (Electronic resource).</subfield>
  </datafield>
  <datafield tag="650" ind1=" " ind2="0">
   <subfield code="a">Web site development.</subfield>
  </datafield>
  <datafield tag="650" ind1=" " ind2="0">
   <subfield code="a">Web databases</subfield>
   <subfield code="x">Design.</subfield>
  </datafield>
  <datafield tag="650" ind1=" " ind2="0">
   <subfield code="a">PHP (Computer program language)</subfield>
  </datafield>
  <datafield tag="700" ind1="1" ind2=" ">
   <subfield code="a">Gargenta, Marko.</subfield>
  </datafield>
  <datafield tag="856" ind1="4" ind2="1">
   <subfield code="3">Table of contents only</subfield>
   <subfield code="u">https://drive.google.com/file/d/1KSnMR6oB4_cYu4Is3ikZ31Ih8ccMQU40/view?usp=sharing</subfield>
  </datafield>
  <datafield tag="905" ind1=" " ind2=" ">
   <subfield code="a">FO</subfield>
  </datafield>
  <datafield tag="852" ind1="0" ind2=" ">
   <subfield code="a">UPTAC</subfield>
   <subfield code="b">UPTAC</subfield>
   <subfield code="h">TK 5105.888</subfield>
   <subfield code="i">Q54 2007</subfield>
  </datafield>
  <datafield tag="942" ind1=" " ind2=" ">
   <subfield code="a">Book</subfield>
  </datafield>
 </record>
</collection>
