Book Details
Author : Kevin Tatroe, Peter MacIntyre, Rasmus Lerdorf
Publisher's : O'Reilly Media
Edition : Third
Published on : February 22, 2013
ISBN-10 : 1449392776
ISBN-13 : 978-1449392772
Language : English
No of Page : 540
Book Formate : PDF, ePub
File Size : 10.5 MB
Compression : 7z
Author : Kevin Tatroe, Peter MacIntyre, Rasmus Lerdorf
Publisher's : O'Reilly Media
Edition : Third
Published on : February 22, 2013
ISBN-10 : 1449392776
ISBN-13 : 978-1449392772
Language : English
No of Page : 540
Book Formate : PDF, ePub
File Size : 10.5 MB
Compression : 7z
About the Author :
Kevin Tatroe has been a Macintosh and Unix programmer for ten years. He is an experienced PHP developer, knowledgeable in the changes coming with PHP 5. He is also co-author of the first edition of Programming PHP.
Peter MacIntyre lives and works in Charlottetown, Prince Edward Island, Canada. He has over 16 years of experience in the information technology industry, primarily in the area of software development. Peter’s technical skill set includes several client/server tools and relational database systems such as PHP, PowerBuilder, Visual Basic, Active Server Pages, and CA-Visual Objects.
Peter is certified by ZEND Corporation on PHP 4.x and has contributed writing material for Using Visual Objects (Que Corp.), Using PowerBuilder 5 (Que Corp.), ASP.NET Bible (Wiley Pub.), and Web Warrior Survey on Web Development Languages (Course Technology).
Peter is also currently a contributing editor and author to the on-line and in-print magazine called php|architect (www.phparch.com). He has also spoken several times at North American and International computer conferences including CA-World in New Orleans, USA; CA-TechniCon in Cologne, Germany; and CA-Expo in Melbourne, Australia.
Rasmus Lerdorf started the PHP Project back in 1995 and has been actively involved in PHP development ever since. Also involved in a number of other open source projects, Rasmus is a longtime Apache contributor and foundation member. He is the author of the first edition of the PHP Pocket Reference, and the co-author of the first edition of Programming PHP.
Book Description :
This updated edition teaches everything you need to know to create effective web applications with the latest features in PHP 5.x. You’ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and common idioms.
If you have a working knowledge of HTML, the authors’ many style tips and practical programming advice will help you become a top-notch PHP programmer.
Get an overview of what’s possible with PHP programs
Learn language fundamentals, including data types, variables, operators, and flow control statements
Understand functions, strings, arrays, and objects
Apply common web application techniques, such as form processing, data validation, session tracking, and cookies
Interact with relational databases like MySQL or NoSQL databases such as MongoDB
Generate dynamic images, create PDF files, and parse XML files
Learn secure scripts, error handling, performance tuning, and other advanced topics
Get a quick reference to PHP core functions and standard extensions
Table of Contents :
Chapter 1. Introduction to PHP
Chapter 2. Language Basics
Chapter 3. Functions
Chapter 4. Strings
Chapter 5. Arrays
Chapter 6. Objects
Chapter 7. Web Techniques
Chapter 8. Databases
Chapter 9. Graphics
Chapter 10. PDF
Chapter 11. XML
Chapter 12. Security
Chapter 13. Application Techniques
Chapter 14. PHP on Disparate Platforms
Chapter 15. Web Services
Chapter 16. Debugging PHP
Chapter 17. Dates and Times