Ghi chú đến thành viên
Go Back   4vn.eu > Kiến thức > Tin học > Tủ sách Tin học
Gởi Ðề Tài Mới Trả lời
 
Ðiều Chỉnh
  #1  
Old 09-08-2008, 11:04 PM
rockdalat
Guest
 
Bài gởi: n/a
Thời gian online: 0 giây
Một số sách php hay

lão mít đếm hộ ta. cái này đáng giá mấy bài. tính tiền nhá
Apress.Beginning.PHP.and.MySQL.5.From.Novice.to.Pr ofessional.2nd.Edition

http://www.apress.com/resource/bookc...27?size=medium

By W. Jason Gilmore

ISBN13: 978-1-59059-552-7

ISBN10: 1-59059-552-1

952 pp.

Published Jan 2006

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.

Link :

Mã:

http://rapidshare.com/files/93939792...n.Jan.2006.pdf



Sams.Teach.Yourself.PHP.In.24Hours.3rd.Edition



By Matt Zandstra

Pages: 576

Edition: 3rd.

ISBN-10: 0-672-32619-1

ISBN-13: 978-0-672-32619-6

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.

Link down :
Mã:

http://rapidshare.com/files/93944316....eBook-LiB.chm





Sams.Teach.Yourself.PHP.MySQL.and.Apache.All.in.On e.3rd.Edition



By Julie C. Meloni

Published Jun 21, 2006

Pages: 608

Edition: 3rd.

ISBN-10: 0-7686-6632-5

ISBN-13: 978-0-7686-6632-8

This is the eBook version of the printed book.

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.

Link down :
Mã:

http://rapidshare.com/files/93944525...n.Jun.2006.chm



OReilly.PHP.Cookbook.2nd.Edition



By Adam Trachtenberg, David Sklar

Second Edition August 2006

Pages: 810

Series: Cookbooks

ISBN 10: 0-596-10101-5 | ISBN 13:9780596101015

When it comes to creating dynamic web sites, the open source PHP language is red-hot property: used on more than 20 million web sites today, PHP is now more popular than Microsoft's ASP.NET technology. With our Cookbook's unique format, you can learn how to build dynamic web applications that work on any web browser. This revised new edition makes it easy to find specific solutions for programming challenges.

PHP Cookbook has a wealth of solutions for problems that you'll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.

Link down :
Mã:

http://rapidshare.com/files/95644554...n.Aug.2006.chm

PHP & My SQL for dummies



646 pages | Jan 29, 2008 | PDF | 3,5 Mb



Webmasters and Web programmers around the world know that PHP and MySQL provide a robust, easy-to-learn, open-source solution for creating dynamic, database-driven Web sites for eCommerce and content management. In fact, PHP is used in one of every three Web sites on the Internet and MySQL has been downloaded millions of times. PHP and MySQL provide a freely downloadable and widely supported alternative to ASP.NET.

Written by the bestselling author of PHP & MySQL For Dummies, this book provides six discreet minibooks that show you not only how to program in PHP, create and administer a MySQL database, and manipulate MySQL data via a Web interface, but also shows you how to create a secure Web site, and how to code the most popular Web applications, such as login programs and shopping cart applications.



The minibooks are organized as follows:

* Book I: PHP Programming - Setting Up Your PHP Environment, PHP Basics, Building PHP Scripts, PHP and Your Operating System, Object-Oriented Programming.

* Book II: Using MySQL - Setting Up MySQL, Administering MySQL, Building a Database, Other Administrative Tasks, Using MySQL Administrator, Using MySQL Query, Using phpMyAdmin.

* Book III: Using PHP with MySQL - Communicating with the Database; Creating and Modifying Database Structure; Adding, Updating, and Removing Data; Retrieving Data from the Database; Advanced Features.

* Book IV: Security - Server Security, Apache Security, Programming Securely in PHP, Using SSL.

* Book V: PHP Extensions - Introducing Extensions, Working with Packages Using PEAR, Using the XML Extension, Generating Graphics with the GD Extension.

* Book VI: PHP Web Applications - Building and Processing Dynamic Forms, Making Information Available on Multiple Web Pages, Building a Login Application, Building an Online Catalog, Building a Shopping Cart, Building a Content Management System.

* Book VII: Installation Appendixes - Installing PHP, Installing MySQL, Installing Apache.

Link down:
Mã:

http://rapidshare.com/files/92237247...rchive.net.rar



Các chủ đề khác cùng chuyên mục này:

Tài sản của rockdalat

Trả Lời Với Trích Dẫn
Trả lời

Từ khóa được google tìm thấy
mot so sach php hay, sach hay php, sach php hay, sách hay php, sách php hay



©2008 - 2014. Bản quyền thuộc về hệ thống vui chơi giải trí 4vn.eu™
Diễn đàn phát triển dựa trên sự đóng góp của tất cả các thành viên
Tất cả các bài viết tại 4vn.eu thuộc quyền sở hữu của người đăng bài
Vui lòng ghi rõ nguồn gốc khi các bạn sử dụng thông tin tại 4vn.eu™