Bild 1 von 2


Galerie
Bild 1 von 2


Programmierung PHP von Rasmus Lerdorf & Kevin Tatroe, Trade PB, 528 PGS.
US $14,35
Ca.CHF 11,68
Artikelzustand:
Neu
Neues, ungelesenes, ungebrauchtes Buch in makellosem Zustand ohne fehlende oder beschädigte Seiten. Genauere Einzelheiten entnehmen Sie bitte dem Angebot des Verkäufers.
Oops! Looks like we're having trouble connecting to our server.
Refresh your browser window to try again.
Versand:
Kostenlos USPS Media MailTM.
Standort: Millersville, Pennsylvania, USA
Lieferung:
Lieferung zwischen Sa, 21. Jun und Mi, 25. Jun nach 94104 bei heutigem Zahlungseingang
Rücknahme:
Keine Rücknahme.
Zahlungen:
Sicher einkaufen
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:394494497570
Artikelmerkmale
- Artikelzustand
- Subject Area
- Creating Dynamic Web Pages
- Educational Level
- Vocational School
- Personalized
- No
- Level
- Intermediate
- Country/Region of Manufacture
- United States
- Subject
- Computer Science
- ISBN
- 9781565926103
Über dieses Produkt
Product Identifiers
Publisher
O'reilly Media, Incorporated
ISBN-10
1565926102
ISBN-13
9781565926103
eBay Product ID (ePID)
1902820
Product Key Features
Number of Pages
528 Pages
Language
English
Publication Name
Programming Php
Subject
Programming Languages / General, Software Development & Engineering / General, General, Web / Design, Programming Languages / Javascript
Publication Year
2002
Type
Textbook
Subject Area
Computers
Format
Trade Paperback
Dimensions
Item Height
0.9 in
Item Weight
26.3 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.2762
Table Of Content
Preface 1. Introduction to PHP What Does PHP Do? A Brief History of PHP Installing PHP A Walk Through PHP 2. Language Basics Lexical Structure Data Types Variables Expressions and Operators Flow-Control Statements Including Code Embedding PHP in Web Pages 3. Functions Calling a Function Defining a Function Variable Scope Function Parameters Return Values Variable Functions Anonymous Functions 4. Strings Quoting String Constants Printing Strings Accessing Individual Characters Cleaning Strings Encoding and Escaping Comparing Strings Manipulating and Searching Strings Regular Expressions POSIX-Style Regular Expressions Perl-Compatible Regular Expressions 5. Arrays Indexed Versus Associative Arrays Identifying Elements of an Array Storing Data in Arrays Multidimensional Arrays Extracting Multiple Values Converting Between Arrays and Variables Traversing Arrays Sorting Acting on Entire Arrays Using Arrays 6. Objects Terminology Creating an Object Accessing Properties and Methods Declaring a Class Introspection Serialization 7. Web Techniques HTTP Basics Variables Server Information Processing Forms Setting Response Headers Maintaining State SSL 8. Databases Using PHP to Access a Database Relational Databases and SQL PEAR DB Basics Advanced Database Techniques Sample Application 9. Graphics Embedding an Image in a Page The GD Extension Basic Graphics Concepts Creating and Drawing Images Images with Text Dynamically Generated Buttons Scaling Images Color Handling 10. PDF PDF Extensions Documents and Pages Text Images and Graphics Navigation Other PDF Features 11. XML Lightning Guide to XML Generating XML Parsing XML Transforming XML with XSLT Web Services 12. Security Global Variables and Form Data Filenames File Uploads File Permissions Concealing PHP Libraries PHP Code Shell Commands Security Redux 13. Application Techniques Code Libraries Templating Systems Handling Output Error Handling Performance Tuning 14. Extending PHP Architectural Overview What You'll Need Building Your First Extensions The config.m4 File Memory Management The pval/zval Data Type Parameter Handling Returning Values References Global Variables Creating Variables Extension INI Entries Resources Where to Go from Here 15. PHP on Windows Installing and Configuring PHP on Windows Writing Portable Code for Windows and Unix Interfacing with COM Interacting with ODBC Data Sources A. Function Reference B. Extension Overview Index
Synopsis
PHP is a simple yet powerful open-source scripting language for creating dynamic web content. The millions of web sites powered by PHP are testament to its popularity and ease of use. PHP is used by both programmers, who appreciate its flexibility and speed, and web designers, who value its accessibility and convenience. "Programming PHP is an authoritative guide to PHP 4 and is filled with the unique knowledge of the creator of PHP, Rasmus Lerdorf. This book explains PHP language syntax and programming techniques in a clear and concise manner, with numerous examples that illustrate both correct usage and common idioms. The book also includes style tips and practical programming advice that will help you become not just a PHP programmer, but a good PHP programmer. "Programming PHP covers everything you need to know to create effective web applications with PHP. Contents include: Detailed information on the basics of the PHP language, including data types, variables, operators, and flow control statements Separate chapters on the fundamental topics of functions, strings, arrays, and objects Coverage of common PHP web application techniques, such as form processing and validation, session tracking, and cookies Material on interacting with relational databases, such as MySQL and Oracle, using the database-independent PEAR DB library Chapters on generating dynamic images, creating PDF files, and parsing XML files with PHP Advanced topics, like creating secure script, error handling, performance tuning, and writing your own C language extensions to PHP A handy quick reference to all the core functions in PHP and all the standard extensions that ship with PHP, PHP is a simple yet powerful open-source scripting language for creating dynamic web content. The millions of web sites powered by PHP are testament to its popularity and ease of use. PHP is used by both programmers, who appreciate its flexibility and speed, and web designers, who value its accessibility and convenience. Programming PHP is an authoritative guide to PHP 4 and is filled with the unique knowledge of the creator of PHP, Rasmus Lerdorf. This book explains PHP language syntax and programming techniques in a clear and concise manner, with numerous examples that illustrate both correct usage and common idioms. The book also includes style tips and practical programming advice that will help you become not just a PHP programmer, but a good PHP programmer. Programming PHP covers everything you need to know to create effective web applications with PHP. Contents include: Detailed information on the basics of the PHP language, including data types, variables, operators, and flow control statements Separate chapters on the fundamental topics of functions, strings, arrays, and objects Coverage of common PHP web application techniques, such as form processing and validation, session tracking, and cookies Material on interacting with relational databases, such as MySQL and Oracle, using the database-independent PEAR DB library Chapters on generating dynamic images, creating PDF files, and parsing XML files with PHP Advanced topics, like creating secure script, error handling, performance tuning, and writing your own C language extensions to PHP A handy quick reference to all the core functions in PHP and all the standard extensions that ship with PHP, PHP is a simple yet powerful open-source scripting language for creating dynamic web content. The millions of web sites powered by PHP are testament to its popularity and ease of use. PHP is used by both programmers, who appreciate its flexibility and speed, and web designers, who value its accessibility and convenience. "Programming PHP" is an authoritative guide to PHP 4 and is filled with the unique knowledge of the creator of PHP, Rasmus Lerdorf. This book explains PHP language syntax and programming techniques in a clear and concise manner, with numerous examples that illustrate both correct usage and common idioms. The book also includes style tips and practical programming advice that will help you become not just a PHP programmer, but a good PHP programmer. "Programming PHP" covers everything you need to know to create effective web applications with PHP. Contents include: Detailed information on the basics of the PHP language, including data types, variables, operators, and flow control statementsSeparate chapters on the fundamental topics of functions, strings, arrays, and objectsCoverage of common PHP web application techniques, such as form processing and validation, session tracking, and cookiesMaterial on interacting with relational databases, such as MySQL and Oracle, using the database-independent PEAR DB libraryChapters on generating dynamic images, creating PDF files, and parsing XML files with PHPAdvanced topics, like creating secure script, error handling, performance tuning, and writing your own C language extensions to PHPA handy quick reference to all the core functions in PHP and all the standard extensions that ship with PHP
Artikelbeschreibung des Verkäufers
Info zu diesem Verkäufer
vintagedeptstores
100% positive Bewertungen•1.8 Tsd. 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.
Beliebte Kategorien in diesem Shop
Verkäuferbewertungen (1'084)
- g***l (150)- Bewertung vom Käufer.Letzter MonatBestätigter KaufHappy with the manualALPINE 3007, 20W+20W BI-LEVEL/5-BAND GRAPHIC EQUALIZER, SERVICE MANUAL (Nr. 266710602281)
- e***s (265)- Bewertung vom Käufer.Letzter MonatBestätigter KaufItem arrived as described, well packaged and ahead of schedule. Thank you!
- l***u (33)- Bewertung vom Käufer.Letzte 6 MonateBestätigter KaufThanks for the documents! Very well packaged!DELCO 1988, 27-D-1988, 22 GM AUTO RADIO SERVICE MANUALS WITH SOME TECH NOTES. (Nr. 395415182914)