Limit this search to....

Essential PHP Tools: Modules, Extensions, and Accelerators Softcover Repri Edition
Contributor(s): Sklar, David (Author)
ISBN: 1590592808     ISBN-13: 9781590592809
Publisher: Apress
OUR PRICE:   $31.49  
Product Type: Paperback - Other Formats
Published: March 2004
Qty:
Annotation: "Essential PHP Tools" explains how to use popular PEAR modules and PHP add-ons to simplify one's XML processing, database access, templating, and other common tasks. It also explains how to use a PHP code cache or optimizer, which speeds up code without requiring any rewriting or code changes.
Additional Information
BISAC Categories:
- Computers | Web - Design
- Computers | Programming Languages - Javascript
- Computers | Web - Web Programming
Dewey: 005.276
Series: Expert's Voice
Physical Information: 0.94" H x 7.08" W x 9.24" (1.56 lbs) 347 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
THis INTRODUCTION lays out who the book is written for, provides an overview of what is covered, and gives some background details on a package management utility you'll use to install many of the add-ons covered in the book. Who This Book Is For Although PHP has a lot of built-in functionality, many common Web program- ming tasks are simpler with add-on modules and packages. This book is for you if you are looking for an easier way to do these kinds of tasks with PHP: - Access a database. - Generate robust Web forms. - Use a page templating system. - Create or parse XML documents. - Request or serve XML-RPC or SOAP methods. - Send HTML or multipart e-mail messages. - Authenticate users. - Inspect your scripts with a debugger. - Boost server performance without rewriting any code. This book assumes you have a basic knowledge of PHP programming: You know how to perform tasks such as include files, write functions, create objects, and look in $_REQUEST, $_GET, or $_POST to find submitted form data.