Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Wednesday, November 28, 2007

Setting Up PHP 5 for Windows with Apache or IIS

Setting Up PHP 5 for Windows with Apache or IIS
with: Kevin Yank


In this title, Kevin Yank, author of the book Build Your Own Database Driven Website Using PHP & MySQL, explains how to set up a complete web server on Windows. The training covers PHP 5, as well as the Apache web server and ISS. Targeted toward those new to web programming and experienced programmers alike, this tutorial, published by SitePoint, is a thorough guide to setting up PHP 5 and Apache or IIS on Windows.

more info @http://movielibrary.lynda.com/html/modPage.asp?ID=389
Download: | Rapidshare |

PHP 5 Advanced: Visual QuickPro Guide

Free Ebooks



# Publisher: Peachpit Press; 2Rev Ed edition (March 5, 2007)
# Language: English
# ISBN-10: 0321376013
# ISBN-13: 978-0321376015

Book Description
PHP is currently one of the most popular server-side, HTML-embedded scripting language on the Web. It's specifically designed for Web site creation and is frequently being used to replace the functionality created by Perl to write CGI scripts. PHP's popularity and easier-to-learn appeal has spawned a new breed of programmer, those who are only familiar with and only use PHP.

Sharpen your PHP skills with the fully revised and updated, PHP 5 Advanced for the World Wide Web: Visual QuickPro Guide! Filled with fifteen chapters of step-by-step content and written by best-selling author and PHP programmer, Larry Ullman, this guide teaches specific topics in direct, focused segments, shows how PHP is used in real-world applications, features popular and most-asked-about scripts, and details those technologies that will be more important in the future. You'll learn about object-oriented programming, PHP interactions with a server, XML, RSS, Networking with PHP, image and PDF generation, and more.


About the Author
Larry Ullman is Lead PHP Programmer and Directory of Digital Media Technology at DMC Insights, Inc., a firm specializing in information technology. He is the author of several books on PHP, MySQL, Web development, and other programming languages. In addition to writing, he develops dynamic Web applications, conducts training seminars, and teaches PHP programming for the Web through the University of California at Berkeley Extension Online.

Download Link

PHP 5 Fast & Easy Web Development

Free Ebooks



# Publisher: Course Technology PTR; 1 edition (May 11, 2004)
# Language: English
# ISBN-10: 1592004733
# ISBN-13: 978-1592004737

Book Description
Don't spend your time wading through manuals to learn PHP 5. Spend it doing what you do best - creating web pages! With "PHP 5 Fast & Easy Web Development" you can get up and running with PHP 5, Apache, and MySQL with ease. By the time you're finished, you'll be able to display dynamic content, build your own contact management system, create custom reports, work with XML, and much more. Less time, less effort, more results!

About the Author
Julie Meloni is the Technical Director for i2i Interactive, a multimedia company located in Los Altos, CA. She's been developing Web-based applications since the Web first saw the light of day and remembers the excitement surrounding the first GUI Web browser. She is the author of several books and articles on Web-based programming languages and database topics, and you can find translations of her work in several languages, including Chinese, Italian, Portuguese, and Polish. She is the author of "PHP Fast & Easy Web Development, 2nd Edition" (Premier Press, 193184187X).

Download Link

Learning PHP and MySQL

Free Ebooks



# Publisher: O'Reilly Media, Inc. (June 2, 2006)
# Language: English
# ISBN-10: 0596101104
# ISBN-13: 978-0596101107

Book Description

The PHP scripting language and MySQL open source database are quite effective independently, but together they make a simply unbeatable team. When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites. This combination is so popular, in fact, that it's attracting many programming newbies who come from a web or graphic design background and whose first language is HTML. If you fall into this ever-expanding category, then this book is for you.

Learning PHP and MySQL starts with the very basics of the PHP language, including strings and arrays, pattern matching and a detailed discussion of the variances in different PHP versions. Next, it explains how to work with MySQL, covering information on SQL data access for language and data fundamentals like tables and statements. Finally, after it's sure that you've mastered these separate concepts, the book shows you how to put them together to generate dynamic content. In the process, you'll also learn about error handling, security, HTTP authentication, and more.

If you're a hobbyist who is intimidated by thick, complex computer books, then this guide definitely belongs on your shelf. Learning PHP and MySQL explains everything--from basic concepts to the nuts and bolts of performing specific tasks--in plain English.

Part of O'Reilly's bestselling Learning series, the book is an easy-to-use resource designed specifically for newcomers. It's also a launching pad for future learning, providing you with a solid foundation for more advanced development.

Download Link

Professional PHP5

Free Ebooks



# Publisher: Wrox (November 26, 2004)
# Language: English
# ISBN-10: 0764572822
# ISBN-13: 978-0764572821

Review“…really useful…well laid out…” (oraclehome.co.uk, October 2005)

Book Description
What is this book about?

With the release of PHP 5 and the Zend Engine 2, PHP finally graduates from it earliest days as a lightweight scripting syntax to an powerful object oriented programming language that can hold its own against the Java and .NET architectures that currently dominate corporate software development. This book has a pragmatic focus on how to use PHP in the larger scheme of enterprise-class software development.

What does this book cover?

Unlike Java or .NET, there is little discussion of the application of design patterns, component architectures, and best-practices to the development of applications using PHP. Software written in the absence of this sort of higher-order architecture will never be able to match the robust frameworks that Java and .NET ship with out of the box. This book addresses this issue by covering the following material:

* Part 1 discusses the OO concepts that were initially explored in Beginning PHP 5 and a demonstration of how to implement them in PHP 5. This section also covers UML modeling and provides a brief introduction to project management techniques that are covered in more depth in Part 4.
* Parts 2 and 3 present objects and object hierarchies that, when completed, comprise a robust toolkit that developers will be able to reuse on future projects. These chapters are designed to arm the professional PHP developer with the sort of constructs that are available out of the box with platforms such as Java and .NET — from simple utility classes like Collection and Iterator, to more complex constructs like Model/View/Controller architectures and state machines.
* Part 4 shows how to use the toolkit from Parts 2 and 3 to create real-world applications. We look at the development of a robust contact management system that will leverage the componentry and concepts already discussed and introduce project management and software architecture concepts that enable developers to accurately identify business requirements, design scalable, extensible platforms, and handle change management effectively. It covers the waterfall and spiral project management paradigms and include a discussion on eXtreme Programming and other approaches to software development.
* The Appendices include an extended discussion on the effective use of CVS, introduce the Zend Studio IDE and related tools, and discuss performance tuning and scalability.

Download Link

PHP in a Nutshell

Publisher O'Reilly
Author(s) Paul Hudson
Publisher O'Reilly
Author(s) Paul Hudson
ISBN 0596100671
Release Date 13 October 2005

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 a complete reference to the core of the language as well as the most popular PHP extensions. This book doesn't try to compete with or replace the widely available online documentation. Instead, it is designed to provide depth and breadth that can't be found elsewhere. PHP in a Nutshell provides the maximum information density on PHP, without all the fluff and extras that get in the way. The topic grouping, tips, and examples in this book complement the online guide and make this an essential
reference for every PHP programmer. This book focuses on the functions commonly used by a majority of developers, so you can look up the information you need quickly. Topics include:

* Object-oriented PHP
* Networking
* String manipulation
* Working with files
* Database interaction
* XML
* Multimedia creation
* Mathematics


Whether you're just getting started or have years of experience in PHP development, PHP in a Nutshell is a valuable addition to your desk library

Download (1 MB)

or

Download ebook

PHP 5 Unleashed

Publisher Sams
Author(s) John Coggeshall
ISBN 067232511X
Release Date 10 December 2003
Page 800
Over 12 million Internet domains worldwide use the PHP language to power their websites. If you are a programmer included in this group, or would like to be one, you should pick up a copy of PHP Unleashed. The definitive guide in PHP programming, PHP Unleashed thoroughly and authoritatively covers the release of PHP 5, as well as advanced topics not found in other books. It begins with a detailed summary of the basics and then quickly moves on to more advanced topics such as working with data, outputting graphical data and building complete applications. Whether you're an experienced programmer and new to PHP, or an experienced PHP programmer but new to PHP 5, this is the one PHP book you need in your library.

Download (4.8 MB)

or

Download ebook

PHP 5 for Dummies

Publisher For Dummies
Author(s) Janet Valade
ISBN 0764541668
Release Date 19 April 2004
Page 416
Covers the latest major release of PHP, the most popular open source Web scripting language, in the friendly, easy-to-understand For Dummies style
--PHP is installed on nearly nine million servers, and usage has grown at the rate of 6.5 percent per month for the past two years
--PHP is easy to learn, well suited for Web development, and can be embedded with HTML, making it a good choice for creating dynamic Web pages for e-commerce sites and other Web applications; a database-friendly language, it connects easily to Sybase, MySQL, mSQL, Oracle, and other databases
--Explains how to acquire and install PHP, how PHP's features make it a useful scripting language, and how to use PHP for three of the most common applications: interactive Web sites, database storage, and common operating system tasks

Download (2.3 MB)

or

Download ebook

or

Download ebook

PHP and MySQL for Dummies, Second Edition

Publisher For Dummies
Author(s) Janet Valade
ISBN 0764555898
Release Date 30 November 1999
Updated for PHP 5 and MySQL 4 Create dynamic, interactive Web pages on Windows, Linux, or Mac OS X systems Open up a whole new world of Web database applications with PHP and MySQL, the perfect open source pair! This handy guidebook shows you how, with sample applications of an online catalog and a members-only Web site. Get the scoop on security issues, set up your Apache Web server, design the ideal database, and more. The Dummies Way Explanations in plain English "Get in, get out" information Icons and other navigational aids Tear-out cheat sheet Top ten lists A dash of humor and fun Discover how to: Plan and develop a Web database application Design and build the database Write custom PHP application programs Work with numbers and character strings Move information from one Web page to another

Download (3.5 MB)

or

Download ebook

or

Download ebook

Sams Teach Yourself PHP, MySQL and Apache All in One (3rd Edition)

Publisher Sams
Author(s) Julie C. Meloni
ISBN 0672328739
Release Date 30 June 2006
You own your own business. You have also created a website for your business that details the products or services that you offer, but it doesn't allow potential customers to purchase anything online. Don't risk losing business-learn to create a dynamic online environment using only three programs. PHP, MySQL and Apache are three popular open-source tools that can work together to help you create a dynamic website, such as an online shopping experience. Sams Teach Yourself PHP, MySQL and Apache All in One is a complete reference manual for all three development tools. You will learn how to install, configure and set up the PHP scripting language, use the MySQL database system, and work with the Apache Web server. Then you'll take it a step further and discover how they work together to create a dynamic website. Use the book and the included CD to create a simple website, as well as a mailing list, online address book, shopping cart and storefront. Updated to reflect the most recent developments in PHP and MySQL, including the final stable release of MySQL 5.0, you will open your website to limitless possibilities with Sams Teach Yourself PHP, MySQL and Apache All in One.

Download (8.1 MB)

or

Download ebook

or

Download ebook

Learning Joomla! Extension Development: Creating Modules, Components, and Plugins with PHP

If you're a PHP programmer eager to create extensions for Joomla!, this book is for you. Written for Joomla! 1.5, it gets you coding your first extensions as quickly as possible, and adds features that will make your work look professional! The world's hottest open-source content management system, Joomla! won the 2006 Open Source CMS Prize. Already feature packed, it is also extremely extensible, allowing multiple complex applications to be cleanly integrated, inheriting the look and feel of one Joomla! site, with only one database, template, and core to maintain. This practical tutorial is based around the development of example extensions to create, find, promote, and cross-link restaurant reviews. Each chapter is a step-by-step walkthrough, covering modules, components, and plugins as well as configuration and packaging for distribution. Readers need basic PHP skills and familiarity with the general operation of Joomla! but do not need experience of developing Joomla! extensions.
Download:rapidshare.com

Spring Into PHP 5 (Spring Into)


So...you've been asked to pitch in on a PHP project...starting now. Or maybe one's on the horizon. Or maybe you need to get real PHP skills onto your résumé. You've done web stuff. Maybe used other scripting languages. Now you want to get productive with PHP, fast.

Need specific solutions? This book's modular, high-efficiency format delivers them‡±instantly. Award-winning author Steven Holzner draws on his unparalleled experience teaching programming: No other PHP guide covers this much, this well, this quickly. Dig in, get started, get results‡±today!

*All you need to succeed with PHP in Linux or Windows
*Master core concepts: operators, flow control, strings, arrays, functions, and more
*Learn essential web techniques: cookies, session management, automated email, FTP, and more
*Use PHP 5's object model and object-oriented techniques
*Efficiently handle text boxes, buttons, and other HTML controls
*Create web forms, validate user input, and check browsers
*Work with MySQL and other databases
*Includes concise PHP 5 language and functional references!

Spring Into is a new series of fast-paced tutorials from Addison-Wesley. Each book in the series is designed to bring you up-to-speed quickly. Complex topics and technologies are reduced to their core components, and each component is treated with remarkable efficiency in one- or two-page spreads. Just the information you need to begin working...now! And because the books are example-rich and easy to navigate, you'll find that they make great on-the-job references after you've mastered the basics.

Download:rapidshare.com

Sams Teach Yourself PHP, MySQL and Apache in 24 Hours


Sams Teach Yourself PHP, MySQL and Apache in 24 Hours
Sams | ISBN: 067232489X | 528 pages | December 11, 2002 | CHM | 3 Mb

Sams Teach Yourself PHP, MySQL, and Apache in 24 Hours combines coverage of these three popular open-source Web development tools into one easy-to-understand book -- and it comes with one easy-to-use Starter Kit CD-ROM for Windows or Linux.
The book teaches the reader to install, configure and set up the PHP scripting language, the MySQL database system, and the Apache Web server.
By the end of this book the reader will understand how these technologies work, and -- more importantly -- how they can work together to create a dynamic Web site.
After creating a simple Web site using these tools, the reader will be able to manage a simple mailing list, and to create an online address book, shopping cart, and storefront.
The book also teaches the reader how to fine tune Apache and MySQL, and covers simple Web server security.
] IceFile.com

http://rapidshare.com/files/
44080803/067232489X.rar.html

PHP Programming with PEAR


Stoyan Stefanov, PHP Programming with PEAR
Packt Publishing | ISBN: 1904811795 | 2004 | PDF | 5Mb | 292 pages

PEAR is the PHP Extension and Application Repository, and is a framework and distribution system for reusable, high-quality PHP components, available in the form of "packages". In this book, you will learn how to use a number of the most powerful PEAR packages to boost your PHP development productivity. By focusing on the packages for key development activities, this book gives you an in-depth guide to getting the most from these powerful coding resources. You will become a master of various PEAR packages that help you with the essential tasks of PHP development: . Accessing databases with MDB2 . Displaying data in a range of formats (HTML, Excel spreadsheet, PDF) . Creating and parsing XML documents . Serializing PHP objects into XML, and unserializing XML documents to PHP objects . Consuming and offering web services . Accessing Web APIs including Google, Yahoo, Amazon, and Technorati
Download From Megaupload
Download

Sams Teach Yourself PHP in 24 Hours, Third Edition

Sams Teach Yourself PHP in 24 Hours, Third Edition Cover
Publisher Sams
Author(s) Matt Zandstra
Publisher Sams
Author(s) Matt Zandstra
Publisher Sams
Author(s) Matt Zandstra
ISBN 0672326191
Release Date 30 November 1999
Think of all the things you could do in 24 hours. Go sightseeing. Read a book. Learn PHP. Sams Teach Yourself PHP in 24 Hours is a unique learning tool that is divided into 24 one-hour lessons over five sections. Starting with the basics, you will discover the fundamentals of PHP and how to apply that knowledge to create dynamic websites with forms, cookies and authentication functions. You will also find out how to access databases, as well as how to integrate system components, e-mail, LDAP, network sockets and more. A support website includes access to source code, PHP updates, errata and links to other relevant websites. Sams Teach Yourself PHP in 24 Hours is a quick and easy way to learn how to create interactive websites for your end user.

http://www.urlshield.net/l/mZn8mNOZ

or
Download (2.2 MB)

Teach Yourself PHP, MySQL and Apache All in One, Second Edition

Teach Yourself PHP, MySQL and Apache All in One, Second Edition Cover
Publisher Sams
Author(s) Julie C. Meloni
Publisher Sams
Author(s) Julie C. Meloni
Publisher Sams
Author(s) Julie C. Meloni
ISBN 0672327252
Release Date 03 December 2004
Page 648
You own your own business. You have also created a website for your business that details the products or services that you offer, but it doesn't allow potential customers to purchase anything online. Don't risk losing business-learn to create a dynamic online environment using only three programs. PHP, MySQL and Apache are three popular open-source tools that can work together to help you create a dynamic website, such as an online shopping experience. Sams Teach Yourself PHP, MySQL and Apache All in One is a complete reference manual for all three development tools. Learn how they work individually and more importantly, how they work together to create your dynamic website. Use the book and the included CD to create a simple website, as well as a mailing list, online address book, shopping cart and storefront. Open your website to limitless possibilities with Sams Teach Yourself PHP, MySQL and Apache All in One.

http://www.urlshield.net/l/iJHqm4VU

or
Download (9 MB)

Teach Yourself PHP in 10 Minutes

Teach Yourself PHP in 10 Minutes Cover
Publisher Sams
Author(s) Chris Newman
Publisher Sams
Author(s) Chris Newman
Publisher Sams
Author(s) Chris Newman
ISBN 0672327627
Release Date 29 March 2005
Page 264
Are you one of those people who think there isn't anything substantial that you can do in only 10 minutes? Think again. Sams Teach Yourself PHP in 10 Minutes is a no-fluff, just-the-answers guide to building dynamic websites using PHP. Broken into 10 minute lessons, you will gain a rapid working knowledge of PHP 5 and be able to immediately put that knowledge to use in practical applications. Who ever would have thought there was so much you could do in just 10 minutes!
Download (355.2 KB)

or

http://www.urlshield.net/l/LlIAOTpi

SAMS Teach Yourself PHP4 in 24 Hours

Publisher Sams
Author(s) Matt Zandstra
ISBN 0672318040
Release Date 23 June 2000
Consisting of 24 one-hour lessons, Sams Teach Yourself PHP4 in 24 Hours is divided into five sections that guide you through the language from the basics to the advanced functions. The first section of the book teaches the fundamentals of PHP. Building upon what has been taught in the first section, sections two through four show you how to apply that knowledge in order to interact with the user by creating and managing forms, cookies and authentication. It also teaches how to access databases and how to integrate system components, e-mail, LDAP, network sockets and much more. The final section of the book covers advanced functionality including how to debug and optimize scripts, maintain script security, and extend PHP with API.

Download (2.3 MB)

or

Download ebook

or

Download ebook

php|architect's Guide to PHP Security


php|architect's Guide to PHP Security|
By Ilia Alshanetsky

* Publisher: Marco Tabini & Associates, Inc.
* Number Of Pages: 200
* Publication Date: 2005-09-05
* Sales Rank: 28027
* ISBN / ASIN: 0973862106
* EAN: 9780973862102
* Binding: Paperback
* Manufacturer: Marco Tabini & Associates, Inc.
* Studio: Marco Tabini & Associates, Inc. More...Book Description:

With the number of security flaws and exploits discovered and released every day constantly on the rise, knowing how to write secure and reliable applications is become more and more important every day. Written by Ilia Alshanetsky, one of the foremost experts on PHP security in the world, php|architect's Guide to PHP Security focuses on providing you with all the tools and knowledge you need to both secure your existing applications and writing new systems with security in mind. This book gives you a step-by-step guide to each security-related topic, providing you with real-world examples of proper coding practices and their implementation in PHP in an accurate, concise and complete way. Provides techniques applicable to any version of PHP, including 4.x and 5.x Includes a step-by-step guide to securing your applications Includes a comprehensive coverage of security design Teaches you how to defend yourself from hackers Shows you how to distract hackers with a "tar pit" to help you fend off potential attacks

Download

Professional Search Engine Optimization with PHP: A Developer's Guide to SEO

Search engine optimization (SEO) is not only the job of the marketing department. It must be considered from a web site's inception and throughout its lifetime by you, the web site developer. Making changes to the architecture of a web site and modifying presentation techniques can dramatically increase search engine rankings and traffic levels.

Written for the PHP developer or tech-savvy marketer, this unique reference provides techniques for creating and maintaining web sites optimized for search engines. You'll discover how to facilitate the indexing of your site, as well as how to leverage specific technologies and services for site promotion. You will understand the role of web site architecture in search engine optimization and explore various topics therein. Knowing this will help you to develop a site that achieves great search engine rankings. Finally, you'll apply this knowledge by creating a sample e-commerce catalog and an optimized WordPress blog.

Download:rapidshare.com

Your Ad Here