• Complain

Paul Hudson - PHP in a nutshell: a desktop quick reference. - Includes index

Here you can read online Paul Hudson - PHP in a nutshell: a desktop quick reference. - Includes index full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. City: Sebastopol, Calif, year: 2005, publisher: OReilly Media, Inc., genre: Home and family. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    PHP in a nutshell: a desktop quick reference. - Includes index
  • Author:
  • Publisher:
    OReilly Media, Inc.
  • Genre:
  • Year:
    2005
  • City:
    Sebastopol, Calif
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

PHP in a nutshell: a desktop quick reference. - Includes index: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "PHP in a nutshell: a desktop quick reference. - Includes index" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Now installed on more than 20 million Internet domains around the world, PHP is an undisputed leader in web programming languages. Database connectivity, powerful extensions, and rich object-orientation are all reasons for its popularity, but nearly everyone would agree that, above all, PHP is one of the easiest languages to learn and use for developing dynamic web applications. The ease of development and simplicity of PHP, combined with a large community and expansive repository of open source PHP libraries, make it a favorite of web designers and developers worldwide. PHP in a Nutshell is. Read more...
Abstract: Now installed on more than 20 million Internet domains around the world, PHP is an undisputed leader in web programming languages. Database connectivity, powerful extensions, and rich object-orientation are all reasons for its popularity, but nearly everyone would agree that, above all, PHP is one of the easiest languages to learn and use for developing dynamic web applications. The ease of development and simplicity of PHP, combined with a large community and expansive repository of open source PHP libraries, make it a favorite of web designers and developers worldwide. PHP in a Nutshell is

Paul Hudson: author's other books


Who wrote PHP in a nutshell: a desktop quick reference. - Includes index? Find out the surname, the name of the author of the book and a list of all author's works by series.

PHP in a nutshell: a desktop quick reference. - Includes index — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "PHP in a nutshell: a desktop quick reference. - Includes index" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
PHP in a Nutshell
Paul Hudson

Copyright 2009 O'Reilly Media, Inc.

OReilly Media Inc About the Author Paul Hudson an avid PHP programmer - photo 1

O'Reilly Media, Inc.

About the Author

Paul Hudson , an avid PHP programmer, is Deputy Editor of the popular European Linux journal Linux Format and author of the publication's PHP tutorial section. He is the author of Red Hat Fedora 4 Unleashed (Sams) and the online book Practical PHP Programming , available at www.hudzilla.org.

Preface

Now installed on more than 20 million Internet domains around the world, PHP is the undisputed king of web programming languages. Its users cite many reasons for deployment, such as database connectivity, powerful extensions, and rich object-orientation, but nearly everyone would agree that, above all, PHP is just plain easy to use. This is the feature that continues to drive the language forward, attracting new users and enabling existing programmers to do more with their skills.

The release of PHP 5 has introduced many new features to the language, making this an exciting time for the language. Many people who had not previously considered PHP are now finding it a good fit for their needsthe new object-orientation system is a big plus, for example. More importantly, many people who had a large investment in PHP 4 are trying to migrate their code to the new release with minimum breakage. Fortunately for all of us, it's not too hard to retain backward compatibility, and it's very easy to take advantage of the many new features.

So, welcome to PHP. I think you'll find it a fun, interesting, and flexible language that might finally disprove the old saying, "Cheap, good, on time: choose any two."

Audience

This book has been designed to be of maximum use for existing PHP developers looking for a complete, compact, and portable reference guide to the language. If this is your first time using PHP, but you have experience using similar languages such as Perl, Python, or C, then you should be able to treat the book as a learning guide.

As any PHP programmer will tell you, the online PHP manual is of a very high standard. The aim of this book is not to compete with or replace the online manual. Although this book is designed to stand alone, you will find the topic grouping, tips, and examples here complement the online guide.

Assumptions

This book assumes you are familiar with variables, loops, and other basic programming concepts. Although this material is explained to a degree, it is recommended that you at least have some experience using PHP or a similar programming language.

Contents of This Book

, Introduction to PHP, covers the general characteristics of the PHP language and its implementations, and discusses where to get help and information.

, Installing PHP, explains how to obtain and install PHP.

, The PHP Interpreter, covers the PHP interpreter and its use for running PHP programs on a web server or on the command line.

, The PHP Language, covers PHP syntax, variables, control structures, includes, and user-defined functions.

, Variables and Constants, examines the different variable types in PHP.

, Operators, outlines the basic operators in PHP.

, Function Reference, is a reference chapter for the most commonly used built-in functions of PHP.

, Object-Oriented PHP, explains object-oriented programming in PHP.

, HTML Forms, is an introduction to creating HTML forms and processing them in PHP.

, Cookies and Sessions, explains the tools for using cookies and sessions in PHP.

, Output Buffering, describes how to buffer your output, and when you would want to do so.

, Security, covers a few essential security considerations when running PHP websites.

, Files, is a reference to the functions for interacting with files.

, Databases, gives a brief introduction to accessing MySQL and SQLite databases in PHP, and to PEAR::DB, which provides a consistent interface to many different database packages.

, Regular Expressions, covers some powerful ways to process strings, including matching, extracting substrings, and replacing text.

, Manipulating Images, shows how to create and alter images with the GD library that ships with PHP.

, Creating PDFs, shows how to create PDFs in PHP using PDFlib.

, Creating Flash, shows how to generate Flash movies in PHP using the Ming library.

, XML & XSLT, covers modules for processing XML with PHP.

, Network Programming, explains socket programming, custom HTTP headers, HTTP authentication, sending email, and sending data over FTP and HTTP with Curl.

, Distributing Your Code, describes a few considerations when you prepare to distribute your code to other users.

, Debugging, is about the tools available to help you track down errors in your PHP code.

, Performance, offers a few tips on getting the most out of PHP.

Conventions Used in This Book

The following typographical conventions are used in this book:

Plain text

Indicates menu titles, menu options, menu buttons, and keyboard accelerators (such as Alt and Ctrl).

Italic

Indicates new terms, URLs, email addresses, filenames, file extensions, pathnames, directories, and Unix utilities.

Constant width

Indicates commands, options, switches, variables, attributes, keys, functions, types, classes, namespaces, methods, modules, properties, parameters, values, objects, events, event handlers, XML tags, HTML tags, macros, the contents of files, or the output from commands.

Constant width bold

Shows commands or other text that should be typed literally by the user.

Constant width italic

Shows text that should be replaced with user-supplied values.

Tip

This icon signifies a tip, suggestion, or general note.

Warning

This icon indicates a warning or caution.

Using Code Examples

This book is here to help you get your job done. In general, you may use the code in this book in your programs and documentation. You do not need to contact us for permission unless you're reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing a CD-ROM of examples from O'Reilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your product's documentation does require permission.

We appreciate, but do not require, attribution. An attribution usually includes the title, author, publisher, and ISBN. For example: " PHP in a Nutshell by Paul Hudson. Copyright 2006 O'Reilly Media, Inc., 0-596-10067-1."

If you feel your use of code examples falls outside fair use or the permission given above, feel free to contact us at .

Safari Enabled
PHP in a nutshell a desktop quick reference - Includes index - image 2

When you see a Safari enabled icon on the cover of your favorite technology book, that means the book is available online through the O'Reilly Network Safari Bookshelf.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «PHP in a nutshell: a desktop quick reference. - Includes index»

Look at similar books to PHP in a nutshell: a desktop quick reference. - Includes index. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «PHP in a nutshell: a desktop quick reference. - Includes index»

Discussion, reviews of the book PHP in a nutshell: a desktop quick reference. - Includes index and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.