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 5 for Dummies
Labels: PHP
PHP 5 for Dummies
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
Labels: PHP
PHP and MySQL for Dummies, Second Edition
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
Labels: PHP
How to Do Everything with PHP and MySQL
This new release in the popular How to Do Everything series explains how to build open source web applications with MySQL and PHP 5. Using these two tools, you’ll be able to create highly functional, interactive web sites easily. Follow along with a step-by-step sample application and, as a bonus, download three full-length case studies complete with code trees.
Download Description
This new release in the popular How to Do Everything series explains how to build open source web applications with MySQL and PHP 5. Using these two tools, you’ll be able to create highly functional, interactive web sites easily. Follow along with a step-by-step sample application and, as a bonus, download three full-length case studies complete with code trees.
Download Link
Labels: PHP
PHP 5 Fast & Easy Web Development
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 Linkp
Labels: PHP
Learning PHP and MySQL
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
Labels: PHP
PHP & MySQL Everyday Apps For Dummies (For Dummies
Includes unique object-oriented coverage!
Complete instructions for building real-world Web applications, with all code on CD
Create six practical applications — two user login-in apps, online catalog, shopping cart, content management system, and Web forum — both in procedural and object-oriented programming. Incorporate the apps into your Web site right away by following the easy directions. The apps are not just snippets, but neatly assembled packages with real-world functionality!
Discover how to
Design and build two types of user login apps
Restrict Web site access
Build an online shopping cart and catalog
Allow users to publish documents online
Manage mailing lists
Let users post messages on an online bulletin board
Download (2.7 MB)
or
Download ebook
or
Download ebook
Labels: PHP
Professional PHP5
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
Labels: PHP
PHP 5 Advanced: Visual QuickPro Guide
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
Labels: PHP
Lynda PHP with MySQL Essential Training
Table of contents
Introduction
| Introduction | 2:43 | 1.8 MB |
| Using the exercise files | 2:46 | 4 MB |
1. PHP Overview
| What is PHP? | 2:56 | 2 MB |
| History | 3:16 | 2.7 MB |
| Why choose PHP? | 4:46 | 7.1 MB |
| Installation overview | 4:42 | 3.2 MB |
2. Mac Installation
| Installing | 12:12 | 20.2 MB |
| Configuring | 13:40 | 17.8 MB |
| The text editor | 3:50 | 5.5 MB |
| phpMyAdmin | 2:34 | 3.9 MB |
3. Windows Installation
| Installing | 6:31 | 7.7 MB |
| Configuring | 8:22 | 12.6 MB |
| The text editor | 4:21 | 6.3 MB |
4. First Steps
| Viewing PHP configuration information | 8:09 | 10.5 MB |
| Embedding PHP | 6:55 | 5.8 MB |
| ''Hello, World!'' | 5:20 | 4.9 MB |
| The operational trail | 1:36 | 1.2 MB |
| Inserting comments | 3:51 | 4 MB |
5. Exploring Data Types
| Variables | 9:05 | 9 MB |
| Strings | 5:43 | 5.8 MB |
| String functions | 7:37 | 7.7 MB |
| Numbers pt. 1: Integers | 5:14 | 5.5 MB |
| Numbers pt. 2: Floating points | 5:07 | 4.6 MB |
| Arrays | 12:18 | 11.4 MB |
| Array functions | 5:40 | 6 MB |
| Booleans and NULL | 8:25 | 9.6 MB |
| Type switching and casting | 7:35 | 7.7 MB |
| Constants | 4:03 | 3.9 MB |
6. Control Structures Pt. 1: Logical Expressions
| If statements | 6:10 | 5.2 MB |
| Else and elseif statements | 2:34 | 2.4 MB |
| Logical operators | 5:58 | 6.7 MB |
| Switch statements | 4:18 | 4.1 MB |
7. Control Structures Pt. 2: Loops
| While loops | 7:04 | 6.8 MB |
| For loops | 4:01 | 4.1 MB |
| Foreach loops | 6:39 | 6.7 MB |
| Continue | 3:02 | 3.8 MB |
| Break | 3:13 | 3.2 MB |
| Understanding array pointers | 5:18 | 6 MB |
8. User-Defined Functions
| Defining functions | 11:28 | 10.5 MB |
| Using functions | 6:28 | 7.9 MB |
| Returning values from a function | 7:46 | 8.8 MB |
| Setting global variables | 6:40 | 7.4 MB |
| Setting default values | 6:30 | 7.7 MB |
9. Debugging
| Debugging and troubleshooting | 7:09 | 6 MB |
10. Building Web Pages
| Links and URLs | 3:49 | 4.7 MB |
| Using GET values | 5:50 | 5.9 MB |
| Encoding GET values | 7:39 | 7.2 MB |
| Encoding for HTML | 8:51 | 10.1 MB |
| Building forms | 5:28 | 7.2 MB |
| Setting cookies | 9:55 | 11.8 MB |
| Establishing sessions | 8:49 | 8.9 MB |
| Headers and page redirection | 12:19 | 13 MB |
| Including and requiring pages | 7:22 | 8 MB |
11. MySQL Basics
| MySQL introduction | 4:46 | 3.2 MB |
| Creating a database in MySQL | 6:20 | 5.5 MB |
| Populating a MySQL database | 7:12 | 8.3 MB |
| phpMyAdmin | 9:54 | 16 MB |
| Connecting to MySQL with PHP | 6:12 | 6.5 MB |
| Accessing data in MySQL with PHP | 6:22 | 8 MB |
12. Building a Content Management System
| Blueprinting your application | 8:46 | 7.4 MB |
| Building the CMS database | 8:17 | 10.5 MB |
| Understanding relational databases | 5:26 | 5.9 MB |
| Establishing your work area | 4:51 | 6 MB |
| Creating your first page | 7:05 | 12.6 MB |
| Making page assets reusable | 9:01 | 13.4 MB |
| Connecting your site to a database | 11:28 | 15.4 MB |
| Building dynamic navigation | 9:16 | 13.5 MB |
| Refactoring the navigation | 10:25 | 16.1 MB |
| Adding links to your navigation | 4:53 | 6.8 MB |
| Determining which page is selected | 4:49 | 6.7 MB |
| Displaying HTML based on the selection | 4:16 | 6.1 MB |
13. Application CRUD
| Finding a subject in the database | 12:07 | 16.5 MB |
| Finding a page in the database | 5:24 | 7.7 MB |
| Creating a page for a new subject | 11:48 | 23.9 MB |
| Creating a subject entry form | 7:13 | 8.8 MB |
| Adding subjects | 9:15 | 11 MB |
| Escaping values for MySQL | 9:26 | 13.8 MB |
| Form validation | 7:18 | 9.6 MB |
| Additional form validation | 3:21 | 4 MB |
| Editing a subject | 4:59 | 8.2 MB |
| Using single-page submission | 5:41 | 9.7 MB |
| Updating a subject in the database | 8:17 | 12.4 MB |
| Sending form results as messages | 5:36 | 9.9 MB |
| Deleting a subject | 8:39 | 15.3 MB |
| CRUD review and assignment | 7:16 | 8.8 MB |
| CRUD assignment results | 9:18 | 17.5 MB |
14. Building the Public Area
| The public appearance | 3:39 | 3.6 MB |
| Navigation in the public context | 6:57 | 10.9 MB |
| Functions in the public context | 5:30 | 9.8 MB |
| Creating a default subject behavior | 5:19 | 9.8 MB |
| Text encoding and transforming | 8:06 | 8.9 MB |
15. Regulating Page Access
| User access overview | 2:30 | 2 MB |
| Encryption | 7:57 | 11.5 MB |
| Creating a login system | 5:04 | 6.9 MB |
| Checking authorization | 6:00 | 10 MB |
| Using sessions to maintain login status | 6:42 | 8.3 MB |
| Creating a logout page | 8:27 | 11.6 MB |
Conclusion
| Goodbye | 2:45 | 2.2 MB |
Download:
| Part 1/7 | Part 2/7 | Part 3/7 | Part 4/7 |
| Part 5/7 | Part 6/7 | Part 7/7 |
Labels: PHP
Total Training PHP MySQL Video Tutorials
(Course 02 Installing PHP4).avi
(Course 03 Configuring for PHP).avi
(Course 04 Adding PHP to HTML).avi
(Course 05 Intro to Variables).avi
(Course 06 Installing MySQL).avi
(Course 07 Intro to DATABASES).avi
(Course 08 Intro to TABLES).avi
(Course 09 Working with DATA).avi
(Course 10 Introduction).avi
(Course 11 User Account).avi
(Course 12 Integrating PHP & MySQL).avi
(Course 13 Writing a Counter Script).avi
(Course 14 For Loops and Array).avi
(Course 15 IF Statements).avi
(Course 16 POST - GET - FORMS).avi
(Course 17 Writing a Guest Book).avi
(Course 18 Writing a Stat Tracker).avi
(Course 19 PhpMyAdmin).avi
Labels: PHP
Setting Up PHP 5 for Windows with Apache or IIS
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 |
Labels: PHP
The PHP Anthology: 101 Essential Tips, Tricks & Hacks, 2nd Edition
The PHP Anthology: 101 Essential Tips, Tricks & Hacks, 2nd Edition is a collection of powerful PHP 5 solutions to the most common programming problems.
Featuring best-practice code and a commonsense approach to development, this book includes coverage of:
# Manage errors gracefully.
# Build functional forms, tables, and SEO-friendly URLs.
# Reduce load time with client- and server-side caching.
# Produce and utilize web services with XML.
# Secure your site using access control systems.
# Easily work with files, emails, and images.
# And much more
The question and answer format will allow you to to quickly find and reference any of the 101 solutions, saving you hours of Internet research or painful trial & error. All solutions are fully explained and the ready-to-use code is available for download.
RapidShare
Labels: PHP
PHP Programming Solutions
Simplify and shorten the PHP application developmentPHP Programming Solutions clearly lays out more than 250 programming challenges alongside practical solutions, functioning code, detailed explanations, and usage tips. cycle using the in-depth information contained in this hands-on guide.
Inside, you’ll learn to manipulate strings and arrays, work with HTML and Web pages, accept and validate user input, parse XMLwidgets and extensions. Plus, you’ll get detailed coverage of PHP security issues, SQL database interaction, debugging techniques, and error processing. code, and resolve programming problems using PEAR and PECL
Work with numbers, strings, dates, times, files, and directories
Build complex data structures using PHP’s array manipulation API
Use functions and classes to build modular, reusable code
Create, update, and cache HTML documents and Web content
Obtain and process user input submitted via online forms
Protect, log, and debug PHP script actions
Authenticate and track users with sessions and cookies
Traverse, validate, and transform XML documents
Store and retrieve data from MySQL, PostgreSQL, and Oracle databases
Interface with different server types, network protocols, and file formats
Perform efficient exception handling and error processing
http://mihd.net/4vn2jd
http://rapidshare.com/files/85619809/007148745X.rar
Labels: PHP
PHP Web 2.0 Mashup Projects
This practical tutorial has detailed, carefully explained case studies using PHP to build new, effective mashup applications, which combine data from multiple external online sources into an integrated Web 2.0 experience. If you are confident with PHP programming and interested in mashing things up, this book is for you! All you need to know about formats, protocols, web services, and web APIs is covered as you learn to write PHP code to remotely consume services like Google Maps, Flickr, Amazon, YouTube, MSN Search, Yahoo!, Last.fm, the Internet UPC Database, and even the California Highway Patrol Traffic data! The 5 real-world PHP projects each start with an overview of technologies and protocols needed and then dive into the tools used and details of creating the project, and you can download each project’s source code. You will learn how these technologies work with each other and how to use this information, together with your imagination, to build your own cutting-edge websites.
http://mihd.net/ebi8ay
http://rapidshare.com/files/88919564/184719088X.rar
Labels: PHP
PHP|Architect's Guide to PHP Design Patterns
You have probably heard a lot about Design Patterns—a technique that helps you design rock-solid solutions to practical problems that programmers everywhere encounter in their day-to-day work.
Even though there has been a lot of buzz, however, no-one has yet come up with a comprehensive resource on design patterns for PHP developers—until today.
Author Jason E. Sweat's book php|architect's Guide to PHP Design Patterns is the first, comprehensive guide to design patterns designed specifically for the PHP developer. This book includes coverage of 16 design patterns with a specific eye to their applications in PHP when building complex web applications, both in PHP 4 and PHP 5 (where appropriate, sample code for both versions of the language is provided). With a thorough, test-driven approach, this book represents the definitive guide to design patterns for the PHP developer.
As you can expect from a php|architect book, this Guide is very focused on its topic, with none of the fluff that accompanies the large, expensive titles you sometimes find at the bookstore. Naturally, this doesn't come at the expense of depth of coverage or clarity: the book contains tens of scripts that give you a practical overview of every topic covered, from top to bottom.
Download
Mirror
Labels: PHP
Learning PHP & MySQL: Step-by-Step Guide to Creating Database-Driven Web Sites
PHP and MySQL are quickly becoming the de facto standard for rapid development of dynamic, database-driven web sites. This book is perfect for newcomers to programming as well as hobbyists who are intimidated by harder-to-follow books. With concepts explained in plain English, the new edition starts with the basics of the PHP language, and explains how to work with MySQL, the popular open source database. You then learn how to put the two together to generate dynamic content.
If you come from a web design or graphics design background and know your way around HTML, Learning PHP & MySQL is the book you've been looking for. The content includes:
* PHP basics such as strings and arrays, and pattern matching
* A detailed discussion of the variances in different PHP versions
* MySQL data fundamentals like tables and statements
* Information on SQL data access for language
* A new chapter on XHTML
* Error handling, security, HTTP authentication, and more
Learning PHP & MySQL explains everything from fundamental concepts to the nuts and bolts of performing specific tasks. As part of O'Reilly's bestselling Learning series, the book is an easy-to-use resource designed specifically for beginners. It's a launching pad for future learning, providing you with a solid foundation for more advanced development.
Download 下载
[Rapidshare] OReilly.Learning.PHP.and.MySQL.2nd.Edition.Aug.2007.pdf
[Mirror] http://w15.easy-share.com/14505101.html
Labels: PHP
PHP Oracle Web Development
Download:rapidshare.com |
Download:depositfiles.com |
Labels: PHP
Sams PHP 5 Unleashed
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.
http://rapidshare.com/files/93309233/PHP5.Unleashed.Sams.Publishing-sLaYeR.rar
super-warez.com
Labels: PHP
Apress Beginning PHP and MySQL 5: From Novice to Professional
Written for the budding web developer searching for a powerful, low-cost solution for building flexible, dynamic web sites.
Essentially three books in one: provides thorough introductions to the PHP language and the MySQL database, and shows you how these two technologies can be effectively integrated to build powerful websites.
Provides over 500 code examples, including real-world tasks such as creating an auto-login feature, sending HTML-formatted e-mail, testing password guessability, and uploading files via a web interface.
Updated for MySQL 5, includes new chapters introducing triggers, stored procedures, and views.
From the Back Cover
Interested in becoming a master of the PHP language and MySQL database but don’t know where to begin? This best-selling book ranks among the most thorough and practical guides in print, covering all of the key concepts and features, and showing you how to effectively integrate PHP and MySQL to build powerful web sites.
The book begins with a vast overview of PHP’s capabilities, starting with a survey of the installation and configuration process on both the Windows and Linux platforms. Next, several chapters are devoted to basic PHP concepts, including variables, datatypes, arrays, functions, string manipulation, and processing user input. Other key PHP topics are also covered, including PEAR, session handling, LDAP integration, the Smarty templating engine, Web services, and PDO.
Next up is a presentation of MySQL’s key features. You’re first guided through MySQL’s installation and configuration process, and are presented with an introduction to its storage engines, datatypes, administration utilities, security features, and data import/export facilities. New MySQL 5–specific chapters have been added in this edition, covering triggers, stored procedures, and views. Along the way, you’ll gain insight into PHP’s assortment of MySQL functions (using both the mysql and mysqli extensions), and learn how to create and execute queries, perform searches, and carry out key database tasks from within your Web application.
What You Will Learn from This Book:
- Install and configure Apache, PHP, and MySQL on both Windows and Linux.
- Accept and process information submitted via HTML forms.
- Authenticate users and track user preferences and data using PHP’s session-handling capabilities.
- Process web-based file uploads using the HTTP_Upload PEAR package.
- Create your own RSS aggregator using Magpie, and process XML files in amazingly efficient fashion using SimpleXML.
- Use both command-line and graphical MySQL clients to effectively manage your data.
- Secure the MySQL server, creating roles and restricting access even at very granular levels.
- Effectively integrate PHP and MySQL to create dynamic, data-driven web applications.
http://rapidshare.com/files/93307501/Apress.Beginning.PHP.and.MySQL.5.From.Novice.to.Professional
Labels: PHP