Special Reprint a master summary of PHP learning resources and links. _php Digest

Source: Internet
Author: User
Tags gtk mysql manual mysql official site pear php class php and sqlite zend
when looking for resources to learn PHP on the Internet, stroll to the openphp.cn, as far as I know the station's webmaster can say more proficient in PHP. It's worth my while to learn, he has written this article: introduce some PHP books and some PHP related resources links. The article will be of great help to me. The full text is reproduced. In addition, his station links let me find PostgreSQL Chinese website http://www.pgsqldb.org/, here have a lot of information about PostgreSQL, is I these days to find Dongdong. The following is transferred from:: http://www.openphp.cn/index.php/article/13/167/index.html


RELATED links:
Http://www.php.netPHP official site, contains very comprehensive PHP information, can get help from here.
Http://pear.php.netPEAR official homepage.
Http://smarty.php.net Official Smarty Template engine homepage.
Http://news.php.net Lively PHP Discussion community.
Http://bugs.php.net here to report the bugs you found in PHP.
http://snaps.php.net/can always find the latest version of the PHP source code and compression package.
Http://cvs.php.net
Http://qa.php.net
Http://www.zend.comZend Company official site.
Http://www.mysql.comMySQL Company official website
Http://www.apache.orgApache's official site
Http://www.phpe.net beyond PHP, there are many classic articles and PHP Class download.
Http://expert.csdn.net has a very popular PHP discussion plate, I also benefited from that.
http://blog.csdn.net/countstars/my blog, if you have any questions or suggestions, you can come here and I exchange.
Http://www.openphp.cn last one, I am writing a PHP technology site, I hope to be able to complete it in the near future, and for friends like PHP to provide more PHP resources.

Here are some of the books I've seen, thought to be good, and PHP-related, all of which are placed next to my computer, and it is necessary to learn PHP to prepare some learning books, even though the Internet has already provided the most relevant resources for many PHP. :
1. "PHP Program Design":

Programming PHP
Publishing house: China Electric Power Publishing house
Original publishing house: O ' Reilly&associates,inc
[Mei]rasmus Lerdorf &kevin tatroe Deng Yunjia, etc. translation
Release Date: July 2003
Price: 68¥
Words: 519,000 words page: 544
Description: One of the book writers is the creator of Php Rasmus Lerdorf, the book in simple, there are a lot of good advice and skills, fused the author years of PHP development of the well, very good a PHP book. I sigh: It's great to summarize some of the experience and skills.
2. PHP & MYSQL Web database application Development Guide

Original title: Web Database Applications with Php&mysql
Publishing house: China Electric Power Publishing house
Original publishing house: O ' Reilly&associates,inc
Hugh e.williams wait for Shejun to translate
Release Date: May 2003
Price: 69.00¥
Words: 570,000 words page: 599
Description: This book is a good example to illustrate the interaction between PHP and MySQL, including the normalization of the database design, and so on, recommended the book because he will instantiate the program, and use a variety of techniques to solve the PHP and MySQL database interaction, but read the book should have a certain PHP base, The book is a five-star book on Amazon. The second edition also came out. When you finish the system with the author, you will find that your PHP level has really improved a lot.
3. "PHP Classic Example"

Original title: PHP Developer ' s Cookbook
Publishing house: China Electric Power Publishing house
Original Publishing house: Pearson Education
STERLING Hughes waits for Xu Mu to translate
Release Date: April 2003
Price: 39.00¥
Words: 536,000 words page: 359
Description: One of the authors of the book is also a member of the PHP development team. The book is not a system of PHP learning bibliography, the book through a number of very useful examples, describing the many functions of PHP, which contains a lot of experience and summary and skills. In-depth discussion of the content of various aspects of PHP, not very thick, but really very valuable.
4. "MySQL Core Programming"

Original title: Core mysql:the serious Developer ' s Guide
Publisher: Tsinghua University Press
Original Publishing house: Pearson Education
Leon Atkinson, Ivan Zhou Handsome Hu Qingsong
Release Date: 2003-4-1
Price: 69.00¥
Number of pages: 552
Description: A good MySQL tool is the official MySQL manual, I have a few books on MySQL, one of which is O ' Reilly, but not very good feeling, so I bought this MySQL system book. A breath looked at the morning, is very easy to understand, in simple terms, especially from the various paradigms to discuss database design, detailed built-in function to explain, detailed statement, very good a book, although there are a few mistakes in the book, hehe.
5. JavaScript Authority Guide (Fourth edition)

Original title: Javascript:the Definitive Guide,fourth Edition
Publishing House: Machinery Industry Publishing House
Original publishing house: O ' Reilly&associates,inc.
David Flanagan, Zhang Minze and other translations
Release Date: January 2003
Price: 99¥
Words: 964,000 words page: 1015
Description: A very classic JavaScript book, is now up to the fourth version, if you really want to bet on WEB development, a system book about JavaScript is required. In some cases, it can help you do a lot of things, and make it easier for you to control the HTML code, in particular, my regular expression knowledge is learned from here, very detailed.

PHP Blog
Personal Blog

Aaron wormus:http://www.wormus.com/aaron/

Adam trachtenberg:http://www.trachtenberg.com

Andrei zmievski:http://www.gravitonic.com

Avenger:http://blog.phpe.net

bitflux:http://blog.bitflux.ch

Binzy wu:http://0926.net/blog/

Chris shiflett:http://shiflett.org

David sklar:http://www.sklar.com/blog/

Derick rethans:http://derickrethans.nl

George schlossnagle:http://www.schlossnagle.org/~george/blog/

Easychen:http://blog.ibkmk.com

Harry fuecks:http://www.sitepoint.com/blog-view.php?blogid=9

haohappy:http://blog.csdn.net/haohappy2004/

Ilia alshanetsky:http://ilia.ws

James Cox:http://imajes.info

John coggeshall:http://blog.coggeshall.org

Justin wu:http://www.phpsalon.com

Marco tabini:http://blogs.phparch.com/mt/

Martin fowler:http://martinfowler.com/bliki/

Miguel de icaza:http://primates.ximian.com/~miguel/activity-log.php

phpcomplete:http://phpcomplete.com/

Rasmus lerdorf:http://lerdorf.com/

sebastian:http://www.sebastian-bergmann.de/blog/

shenkong:http://blog.csdn.net/countstars/

Sterling hughes:http://www.edwardbear.org/serendipity/

Wez furlong:http://netevil.org

PHP Website

PHP official Site:http://www.php.net

Online manual:http://www.php.net/manual/zh/

Smarty Template engine:http://smarty.php.net

Pear:http://pear.php.net

Pecl:http://pecl.php.net

PHP snapshots:http://snaps.php.net

Php-gtk:http://gtk.php.net

DataBase Site

MySQL official site:http://www.mysql.com

SQLite official site:http://www.sqlite.org

PostgreSQL official site:http://www.postgresql.com

PostgreSQL Chinese site:http://www.pgsqldb.org

Scripts Site

PHP classes:http://www.phpclasses.org

PHP Code exchange:http://px.sklar.com

Softwares Download

php:http://www.php.net/downloads.php

PHP manual:http://www.php.net/download-docs.php

apache:http://httpd.apache.org/download.cgi

mysql:http://dev.mysql.com/downloads/

Sqlite:http://www.sqlite.org/download.html&a ... php.net/package/sqlite

Other Resource

Sitepoint:http://www.sitepoint.com

PHP hub:http://www.phphub.com

Zend:http://www.zend.com

Open Source Web development:http://www.devshed.com

PHP freaks:http://www.phpfreaks.com

PHP builder:http://www.phpbuilder.com

Weberdev:http://www.weberdev.com

PHP Editor review:http://www.php-editors.com


This article original source (openphp.cn) Link:
http://www.openphp.cn/index.php/article/13/167/index.html

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.