Programming PHP: creating dynamic web pages
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Beijing
O'Reilly
March 2020
|
Ausgabe: | Fourth edition |
Online-Zugang: | FHD01 UBR01 |
Beschreibung: | Identifying Elements of an Array |
Beschreibung: | 1 Online-Ressource (xxiv, 516 Seiten) |
ISBN: | 9781492054108 |
Internformat
MARC
LEADER | 00000nmm a2200000 c 4500 | ||
---|---|---|---|
001 | BV046667213 | ||
003 | DE-604 | ||
005 | 20210825 | ||
007 | cr|uuu---uuuuu | ||
008 | 200413s2020 |||| o||u| ||||||eng d | ||
020 | |a 9781492054108 |9 978-1-492-05410-8 | ||
035 | |a (OCoLC)1150855871 | ||
035 | |a (DE-599)BVBBV046667213 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
049 | |a DE-1050 |a DE-355 | ||
100 | 1 | |a Tatroe, Kevin |e Verfasser |4 aut | |
245 | 1 | 0 | |a Programming PHP |b creating dynamic web pages |c Kevin Tatroe and Peter MacIntyre |
250 | |a Fourth edition | ||
264 | 1 | |a Beijing |b O'Reilly |c March 2020 | |
300 | |a 1 Online-Ressource (xxiv, 516 Seiten) | ||
336 | |b txt |2 rdacontent | ||
337 | |b c |2 rdamedia | ||
338 | |b cr |2 rdacarrier | ||
500 | |a Identifying Elements of an Array | ||
505 | 8 | |a Intro -- Copyright -- Table of Contents -- Foreword -- Preface -- Audience -- Assumptions This Book Makes -- Contents of This Book -- Conventions Used in This Book -- O'Reilly Online Learning -- How to Contact Us -- Acknowledgments -- Kevin Tatroe -- Peter MacIntyre -- Chapter 1. Introduction to PHP -- What Does PHP Do? -- A Brief History of PHP -- The Evolution of PHP -- The Widespread Use of PHP -- Installing PHP -- A Walk Through PHP -- Configuration Page -- Forms -- Databases -- Graphics -- What's Next -- Chapter 2. Language Basics -- Lexical Structure -- Case Sensitivity | |
505 | 8 | |a Statements and Semicolons -- Whitespace and Line Breaks -- Comments -- Literals -- Identifiers -- Keywords -- Data Types -- Integers -- Floating-Point Numbers -- Strings -- Booleans -- Arrays -- Objects -- Resources -- Callbacks -- NULL -- Variables -- Variable Variables -- Variable References -- Variable Scope -- Garbage Collection -- Expressions and Operators -- Number of Operands -- Operator Precedence -- Operator Associativity -- Implicit Casting -- Arithmetic Operators -- String Concatenation Operator -- Auto-Increment and Auto-Decrement Operators -- Comparison Operators -- Bitwise Operators | |
505 | 8 | |a Logical Operators -- Casting Operators -- Assignment Operators -- Miscellaneous Operators -- Flow-Control Statements -- if -- switch -- while -- for -- foreach -- try ... catch -- declare -- exit and return -- goto -- Including Code -- Embedding PHP in Web Pages -- Standard (XML) Style -- SGML Style -- Echoing Content Directly -- What's Next -- Chapter 3. Functions -- Calling a Function -- Defining a Function -- Variable Scope -- Global Variables -- Static Variables -- Function Parameters -- Passing Parameters by Value -- Passing Parameters by Reference -- Default Parameters -- Variable Parameters | |
505 | 8 | |a Missing Parameters -- Type Hinting -- Return Values -- Variable Functions -- Anonymous Functions -- What's Next -- Chapter 4. Strings -- Quoting String Constants -- Variable Interpolation -- Single-Quoted Strings -- Double-Quoted Strings -- Here Documents -- Printing Strings -- echo -- print() -- printf() -- print_r() and var_dump() -- Accessing Individual Characters -- Cleaning Strings -- Removing Whitespace -- Changing Case -- Encoding and Escaping -- HTML -- URLs -- SQL -- C-String Encoding -- Comparing Strings -- Exact Comparisons -- Approximate Equality -- Manipulating and Searching Strings | |
505 | 8 | |a Substrings -- Miscellaneous String Functions -- Decomposing a String -- String-Searching Functions -- Regular Expressions -- The Basics -- Character Classes -- Alternatives -- Repeating Sequences -- Subpatterns -- Delimiters -- Match Behavior -- Character Classes -- Anchors -- Quantifiers and Greed -- Noncapturing Groups -- Backreferences -- Trailing Options -- Inline Options -- Lookahead and Lookbehind -- Cut -- Conditional Expressions -- Functions -- Differences from Perl Regular Expressions -- What's Next -- Chapter 5. Arrays -- Indexed Versus Associative Arrays | |
700 | 1 | |a MacIntyre, Peter |e Verfasser |0 (DE-588)131734261 |4 aut | |
776 | 0 | 8 | |i Erscheint auch als |n Druck-Ausgabe |z 978-1-492-05413-9 |
912 | |a ZDB-30-PQE | ||
999 | |a oai:aleph.bib-bvb.de:BVB01-032078248 | ||
966 | e | |u https://ebookcentral.proquest.com/lib/th-deggendorf/detail.action?docID=6132343 |l FHD01 |p ZDB-30-PQE |q FHD01_PQE_Kauf |x Aggregator |3 Volltext | |
966 | e | |u https://ebookcentral.proquest.com/lib/uniregensburg-ebooks/detail.action?docID=6132343 |l UBR01 |p ZDB-30-PQE |q UBR Sammelbestellung 2021 |x Aggregator |3 Volltext |
Datensatz im Suchindex
_version_ | 1804181379948216320 |
---|---|
adam_txt | |
any_adam_object | |
any_adam_object_boolean | |
author | Tatroe, Kevin MacIntyre, Peter |
author_GND | (DE-588)131734261 |
author_facet | Tatroe, Kevin MacIntyre, Peter |
author_role | aut aut |
author_sort | Tatroe, Kevin |
author_variant | k t kt p m pm |
building | Verbundindex |
bvnumber | BV046667213 |
collection | ZDB-30-PQE |
contents | Intro -- Copyright -- Table of Contents -- Foreword -- Preface -- Audience -- Assumptions This Book Makes -- Contents of This Book -- Conventions Used in This Book -- O'Reilly Online Learning -- How to Contact Us -- Acknowledgments -- Kevin Tatroe -- Peter MacIntyre -- Chapter 1. Introduction to PHP -- What Does PHP Do? -- A Brief History of PHP -- The Evolution of PHP -- The Widespread Use of PHP -- Installing PHP -- A Walk Through PHP -- Configuration Page -- Forms -- Databases -- Graphics -- What's Next -- Chapter 2. Language Basics -- Lexical Structure -- Case Sensitivity Statements and Semicolons -- Whitespace and Line Breaks -- Comments -- Literals -- Identifiers -- Keywords -- Data Types -- Integers -- Floating-Point Numbers -- Strings -- Booleans -- Arrays -- Objects -- Resources -- Callbacks -- NULL -- Variables -- Variable Variables -- Variable References -- Variable Scope -- Garbage Collection -- Expressions and Operators -- Number of Operands -- Operator Precedence -- Operator Associativity -- Implicit Casting -- Arithmetic Operators -- String Concatenation Operator -- Auto-Increment and Auto-Decrement Operators -- Comparison Operators -- Bitwise Operators Logical Operators -- Casting Operators -- Assignment Operators -- Miscellaneous Operators -- Flow-Control Statements -- if -- switch -- while -- for -- foreach -- try ... catch -- declare -- exit and return -- goto -- Including Code -- Embedding PHP in Web Pages -- Standard (XML) Style -- SGML Style -- Echoing Content Directly -- What's Next -- Chapter 3. Functions -- Calling a Function -- Defining a Function -- Variable Scope -- Global Variables -- Static Variables -- Function Parameters -- Passing Parameters by Value -- Passing Parameters by Reference -- Default Parameters -- Variable Parameters Missing Parameters -- Type Hinting -- Return Values -- Variable Functions -- Anonymous Functions -- What's Next -- Chapter 4. Strings -- Quoting String Constants -- Variable Interpolation -- Single-Quoted Strings -- Double-Quoted Strings -- Here Documents -- Printing Strings -- echo -- print() -- printf() -- print_r() and var_dump() -- Accessing Individual Characters -- Cleaning Strings -- Removing Whitespace -- Changing Case -- Encoding and Escaping -- HTML -- URLs -- SQL -- C-String Encoding -- Comparing Strings -- Exact Comparisons -- Approximate Equality -- Manipulating and Searching Strings Substrings -- Miscellaneous String Functions -- Decomposing a String -- String-Searching Functions -- Regular Expressions -- The Basics -- Character Classes -- Alternatives -- Repeating Sequences -- Subpatterns -- Delimiters -- Match Behavior -- Character Classes -- Anchors -- Quantifiers and Greed -- Noncapturing Groups -- Backreferences -- Trailing Options -- Inline Options -- Lookahead and Lookbehind -- Cut -- Conditional Expressions -- Functions -- Differences from Perl Regular Expressions -- What's Next -- Chapter 5. Arrays -- Indexed Versus Associative Arrays |
ctrlnum | (OCoLC)1150855871 (DE-599)BVBBV046667213 |
edition | Fourth edition |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>04384nmm a2200397 c 4500</leader><controlfield tag="001">BV046667213</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20210825 </controlfield><controlfield tag="007">cr|uuu---uuuuu</controlfield><controlfield tag="008">200413s2020 |||| o||u| ||||||eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781492054108</subfield><subfield code="9">978-1-492-05410-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1150855871</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV046667213</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-1050</subfield><subfield code="a">DE-355</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Tatroe, Kevin</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Programming PHP</subfield><subfield code="b">creating dynamic web pages</subfield><subfield code="c">Kevin Tatroe and Peter MacIntyre</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Fourth edition</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">March 2020</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 Online-Ressource (xxiv, 516 Seiten)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Identifying Elements of an Array</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Intro -- Copyright -- Table of Contents -- Foreword -- Preface -- Audience -- Assumptions This Book Makes -- Contents of This Book -- Conventions Used in This Book -- O'Reilly Online Learning -- How to Contact Us -- Acknowledgments -- Kevin Tatroe -- Peter MacIntyre -- Chapter 1. Introduction to PHP -- What Does PHP Do? -- A Brief History of PHP -- The Evolution of PHP -- The Widespread Use of PHP -- Installing PHP -- A Walk Through PHP -- Configuration Page -- Forms -- Databases -- Graphics -- What's Next -- Chapter 2. Language Basics -- Lexical Structure -- Case Sensitivity</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Statements and Semicolons -- Whitespace and Line Breaks -- Comments -- Literals -- Identifiers -- Keywords -- Data Types -- Integers -- Floating-Point Numbers -- Strings -- Booleans -- Arrays -- Objects -- Resources -- Callbacks -- NULL -- Variables -- Variable Variables -- Variable References -- Variable Scope -- Garbage Collection -- Expressions and Operators -- Number of Operands -- Operator Precedence -- Operator Associativity -- Implicit Casting -- Arithmetic Operators -- String Concatenation Operator -- Auto-Increment and Auto-Decrement Operators -- Comparison Operators -- Bitwise Operators</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Logical Operators -- Casting Operators -- Assignment Operators -- Miscellaneous Operators -- Flow-Control Statements -- if -- switch -- while -- for -- foreach -- try ... catch -- declare -- exit and return -- goto -- Including Code -- Embedding PHP in Web Pages -- Standard (XML) Style -- SGML Style -- Echoing Content Directly -- What's Next -- Chapter 3. Functions -- Calling a Function -- Defining a Function -- Variable Scope -- Global Variables -- Static Variables -- Function Parameters -- Passing Parameters by Value -- Passing Parameters by Reference -- Default Parameters -- Variable Parameters</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Missing Parameters -- Type Hinting -- Return Values -- Variable Functions -- Anonymous Functions -- What's Next -- Chapter 4. Strings -- Quoting String Constants -- Variable Interpolation -- Single-Quoted Strings -- Double-Quoted Strings -- Here Documents -- Printing Strings -- echo -- print() -- printf() -- print_r() and var_dump() -- Accessing Individual Characters -- Cleaning Strings -- Removing Whitespace -- Changing Case -- Encoding and Escaping -- HTML -- URLs -- SQL -- C-String Encoding -- Comparing Strings -- Exact Comparisons -- Approximate Equality -- Manipulating and Searching Strings</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Substrings -- Miscellaneous String Functions -- Decomposing a String -- String-Searching Functions -- Regular Expressions -- The Basics -- Character Classes -- Alternatives -- Repeating Sequences -- Subpatterns -- Delimiters -- Match Behavior -- Character Classes -- Anchors -- Quantifiers and Greed -- Noncapturing Groups -- Backreferences -- Trailing Options -- Inline Options -- Lookahead and Lookbehind -- Cut -- Conditional Expressions -- Functions -- Differences from Perl Regular Expressions -- What's Next -- Chapter 5. Arrays -- Indexed Versus Associative Arrays</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">MacIntyre, Peter</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)131734261</subfield><subfield code="4">aut</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Druck-Ausgabe</subfield><subfield code="z">978-1-492-05413-9</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-30-PQE</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-032078248</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://ebookcentral.proquest.com/lib/th-deggendorf/detail.action?docID=6132343</subfield><subfield code="l">FHD01</subfield><subfield code="p">ZDB-30-PQE</subfield><subfield code="q">FHD01_PQE_Kauf</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="e" ind2=" "><subfield code="u">https://ebookcentral.proquest.com/lib/uniregensburg-ebooks/detail.action?docID=6132343</subfield><subfield code="l">UBR01</subfield><subfield code="p">ZDB-30-PQE</subfield><subfield code="q">UBR Sammelbestellung 2021</subfield><subfield code="x">Aggregator</subfield><subfield code="3">Volltext</subfield></datafield></record></collection> |
id | DE-604.BV046667213 |
illustrated | Not Illustrated |
index_date | 2024-07-03T14:20:24Z |
indexdate | 2024-07-10T08:50:44Z |
institution | BVB |
isbn | 9781492054108 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-032078248 |
oclc_num | 1150855871 |
open_access_boolean | |
owner | DE-1050 DE-355 DE-BY-UBR |
owner_facet | DE-1050 DE-355 DE-BY-UBR |
physical | 1 Online-Ressource (xxiv, 516 Seiten) |
psigel | ZDB-30-PQE ZDB-30-PQE FHD01_PQE_Kauf ZDB-30-PQE UBR Sammelbestellung 2021 |
publishDate | 2020 |
publishDateSearch | 2020 |
publishDateSort | 2020 |
publisher | O'Reilly |
record_format | marc |
spelling | Tatroe, Kevin Verfasser aut Programming PHP creating dynamic web pages Kevin Tatroe and Peter MacIntyre Fourth edition Beijing O'Reilly March 2020 1 Online-Ressource (xxiv, 516 Seiten) txt rdacontent c rdamedia cr rdacarrier Identifying Elements of an Array Intro -- Copyright -- Table of Contents -- Foreword -- Preface -- Audience -- Assumptions This Book Makes -- Contents of This Book -- Conventions Used in This Book -- O'Reilly Online Learning -- How to Contact Us -- Acknowledgments -- Kevin Tatroe -- Peter MacIntyre -- Chapter 1. Introduction to PHP -- What Does PHP Do? -- A Brief History of PHP -- The Evolution of PHP -- The Widespread Use of PHP -- Installing PHP -- A Walk Through PHP -- Configuration Page -- Forms -- Databases -- Graphics -- What's Next -- Chapter 2. Language Basics -- Lexical Structure -- Case Sensitivity Statements and Semicolons -- Whitespace and Line Breaks -- Comments -- Literals -- Identifiers -- Keywords -- Data Types -- Integers -- Floating-Point Numbers -- Strings -- Booleans -- Arrays -- Objects -- Resources -- Callbacks -- NULL -- Variables -- Variable Variables -- Variable References -- Variable Scope -- Garbage Collection -- Expressions and Operators -- Number of Operands -- Operator Precedence -- Operator Associativity -- Implicit Casting -- Arithmetic Operators -- String Concatenation Operator -- Auto-Increment and Auto-Decrement Operators -- Comparison Operators -- Bitwise Operators Logical Operators -- Casting Operators -- Assignment Operators -- Miscellaneous Operators -- Flow-Control Statements -- if -- switch -- while -- for -- foreach -- try ... catch -- declare -- exit and return -- goto -- Including Code -- Embedding PHP in Web Pages -- Standard (XML) Style -- SGML Style -- Echoing Content Directly -- What's Next -- Chapter 3. Functions -- Calling a Function -- Defining a Function -- Variable Scope -- Global Variables -- Static Variables -- Function Parameters -- Passing Parameters by Value -- Passing Parameters by Reference -- Default Parameters -- Variable Parameters Missing Parameters -- Type Hinting -- Return Values -- Variable Functions -- Anonymous Functions -- What's Next -- Chapter 4. Strings -- Quoting String Constants -- Variable Interpolation -- Single-Quoted Strings -- Double-Quoted Strings -- Here Documents -- Printing Strings -- echo -- print() -- printf() -- print_r() and var_dump() -- Accessing Individual Characters -- Cleaning Strings -- Removing Whitespace -- Changing Case -- Encoding and Escaping -- HTML -- URLs -- SQL -- C-String Encoding -- Comparing Strings -- Exact Comparisons -- Approximate Equality -- Manipulating and Searching Strings Substrings -- Miscellaneous String Functions -- Decomposing a String -- String-Searching Functions -- Regular Expressions -- The Basics -- Character Classes -- Alternatives -- Repeating Sequences -- Subpatterns -- Delimiters -- Match Behavior -- Character Classes -- Anchors -- Quantifiers and Greed -- Noncapturing Groups -- Backreferences -- Trailing Options -- Inline Options -- Lookahead and Lookbehind -- Cut -- Conditional Expressions -- Functions -- Differences from Perl Regular Expressions -- What's Next -- Chapter 5. Arrays -- Indexed Versus Associative Arrays MacIntyre, Peter Verfasser (DE-588)131734261 aut Erscheint auch als Druck-Ausgabe 978-1-492-05413-9 |
spellingShingle | Tatroe, Kevin MacIntyre, Peter Programming PHP creating dynamic web pages Intro -- Copyright -- Table of Contents -- Foreword -- Preface -- Audience -- Assumptions This Book Makes -- Contents of This Book -- Conventions Used in This Book -- O'Reilly Online Learning -- How to Contact Us -- Acknowledgments -- Kevin Tatroe -- Peter MacIntyre -- Chapter 1. Introduction to PHP -- What Does PHP Do? -- A Brief History of PHP -- The Evolution of PHP -- The Widespread Use of PHP -- Installing PHP -- A Walk Through PHP -- Configuration Page -- Forms -- Databases -- Graphics -- What's Next -- Chapter 2. Language Basics -- Lexical Structure -- Case Sensitivity Statements and Semicolons -- Whitespace and Line Breaks -- Comments -- Literals -- Identifiers -- Keywords -- Data Types -- Integers -- Floating-Point Numbers -- Strings -- Booleans -- Arrays -- Objects -- Resources -- Callbacks -- NULL -- Variables -- Variable Variables -- Variable References -- Variable Scope -- Garbage Collection -- Expressions and Operators -- Number of Operands -- Operator Precedence -- Operator Associativity -- Implicit Casting -- Arithmetic Operators -- String Concatenation Operator -- Auto-Increment and Auto-Decrement Operators -- Comparison Operators -- Bitwise Operators Logical Operators -- Casting Operators -- Assignment Operators -- Miscellaneous Operators -- Flow-Control Statements -- if -- switch -- while -- for -- foreach -- try ... catch -- declare -- exit and return -- goto -- Including Code -- Embedding PHP in Web Pages -- Standard (XML) Style -- SGML Style -- Echoing Content Directly -- What's Next -- Chapter 3. Functions -- Calling a Function -- Defining a Function -- Variable Scope -- Global Variables -- Static Variables -- Function Parameters -- Passing Parameters by Value -- Passing Parameters by Reference -- Default Parameters -- Variable Parameters Missing Parameters -- Type Hinting -- Return Values -- Variable Functions -- Anonymous Functions -- What's Next -- Chapter 4. Strings -- Quoting String Constants -- Variable Interpolation -- Single-Quoted Strings -- Double-Quoted Strings -- Here Documents -- Printing Strings -- echo -- print() -- printf() -- print_r() and var_dump() -- Accessing Individual Characters -- Cleaning Strings -- Removing Whitespace -- Changing Case -- Encoding and Escaping -- HTML -- URLs -- SQL -- C-String Encoding -- Comparing Strings -- Exact Comparisons -- Approximate Equality -- Manipulating and Searching Strings Substrings -- Miscellaneous String Functions -- Decomposing a String -- String-Searching Functions -- Regular Expressions -- The Basics -- Character Classes -- Alternatives -- Repeating Sequences -- Subpatterns -- Delimiters -- Match Behavior -- Character Classes -- Anchors -- Quantifiers and Greed -- Noncapturing Groups -- Backreferences -- Trailing Options -- Inline Options -- Lookahead and Lookbehind -- Cut -- Conditional Expressions -- Functions -- Differences from Perl Regular Expressions -- What's Next -- Chapter 5. Arrays -- Indexed Versus Associative Arrays |
title | Programming PHP creating dynamic web pages |
title_auth | Programming PHP creating dynamic web pages |
title_exact_search | Programming PHP creating dynamic web pages |
title_exact_search_txtP | Programming PHP creating dynamic web pages |
title_full | Programming PHP creating dynamic web pages Kevin Tatroe and Peter MacIntyre |
title_fullStr | Programming PHP creating dynamic web pages Kevin Tatroe and Peter MacIntyre |
title_full_unstemmed | Programming PHP creating dynamic web pages Kevin Tatroe and Peter MacIntyre |
title_short | Programming PHP |
title_sort | programming php creating dynamic web pages |
title_sub | creating dynamic web pages |
work_keys_str_mv | AT tatroekevin programmingphpcreatingdynamicwebpages AT macintyrepeter programmingphpcreatingdynamicwebpages |