When I was looking for PHP learning resources on the Internet, I came across Openphp.cn. As far as I know, the webmaster of this site is quite proficient in PHP. It is worth learning. He has written this article: Introducing several PHP books And some links to PHP related resources. The article will be of great help to me. The full text is reprinted. In addition, the link on his website allowed me to find the Chinese website of PostgreSQL http://www.pgsqldb.org/, which is here A lot of information about PostgreSQL is what I have been looking for these days. The following is reproduced from:: http://www.openphp.cn/index.php/article/13/167/index.html
Related links:
http://www.php.netPHP official site, which contains very comprehensive PHP information, you can get help from here.
http://pear.php.netPEAR official homepage.
http://smarty.php.net Official Smarty template engine homepage.
http://news.php.net A lively PHP discussion community.
http://bugs.php.net Report PHP bugs you find here.
http://snaps.php.net/ You can always find the latest version of PHP source code and compressed packages here.
http://cvs.php.net
http://qa.php.net
http://www.zend.comZend company official website.
http://www.mysql.comMySQL company official website
http://www.apache.orgApache’s official website
http://www.phpe.net Beyond PHP, there are many classic articles in it and PHP Class download.
http://expert.csdn.net has a popular PHP discussion section, and I have benefited a lot from it.
http://blog.csdn.net/countstars/ My Blog, if you have any questions or suggestions, you can come here to communicate with me.
http://www.openphp.cn The last one is a PHP technology site I am writing. I hope to complete it in the near future and provide more PHP resources for friends who like PHP.
The following recommends some books related to PHP that I have read and think are very good. These books are placed next to my computer. It is necessary to prepare some learning books to learn PHP, even on the Internet A lot of extremely relevant resources for PHP have been provided. :
1. "PHP Programming":
Programming PHP
Publisher: China Electric Power Press
Original publisher: O'Reilly&Associates, Inc
Translator : [US] Written by Rasmus Lerdorf & Kevin Tatroe Translated by Deng Yunjia and others
Publication date: July 2003
Price: 68¥
Number of words: 519,000 words Number of pages: 544
Description: Writer of the book One of them is Rasmus Lerdorf, the creator of PHP. This book explains it in a simple and easy-to-understand manner, with many good suggestions and techniques. It integrates the author's many years of PHP development. It is a very good PHP book. I sigh: the summary of some experiences and skills in it is really great.
2. "PHP & MYSQL Web Database Application Development Guide"
Original title: Web Database Applications with PHP&MySQL
Publisher: China Electric Power Publishing House
Original publisher: O'Reilly&Associates, Inc
Translated by: Hugh E.Williams et al. Translated by Xie Junying and Ouyang Yu
Publication date: May 2003
Price: 69.00¥
Word count: 570,000 words Page count: 599
Description: This book uses a good example to illustrate the interaction between PHP and MySQL, including the formal design of the database, etc. The reason why this book is recommended is that he instantiates the program and uses various techniques to solve PHP Interaction with MySQL database, but you must have a certain PHP foundation when reading this book. This book is a five-star book on Amazon. The second edition is also out. It's worth reading. After you follow the author to complete the system, you will find that your PHP level has really improved a lot.
3. "PHP Classic Examples"
Original title: PHP Developer's Cookbook
Publisher: China Electric Power Press
Original publisher: Pearson Education
Translator : STERLING HUGHES et al. Translated by Xu Mu et al.
Publication date: April 2003
Price: 39.00¥
Number of words: 536,000 words Number of pages: 359
Description: One of the authors of this book is also PHP Development team member.This book is not a systematic PHP learning book. This book describes the many functions of PHP through many very useful examples, and it contains a lot of experience, summary and techniques. It discusses various aspects of PHP in depth. It is not very thick, but it is really valuable.
4. "MySQL Core Programming"
Original title: Core MySQL: The Serious Developer's Guide
Publisher: Tsinghua University Press
Original publisher: Pearson Education
Translated author: (US) Leon Atkinson, Zhou Jing, Xu Qingsong
Publication date: 2003-4-1
Price: 69.00¥
Number of pages: 552
Description: A good MySQL tool It is the official MySQL manual. I have several books about MySQL, one of which is by O'reilly, but I didn't feel very good about it, so I bought this MySQL system book. I read it all morning. It is very easy to understand and explains the profound things in a simple way, especially the discussion of database design from various paradigms, detailed explanations of built-in functions, and detailed statement explanations. It is a very good book, although there are a few errors in the book, haha .
5. "The Definitive Guide to JavaScript (Fourth Edition)"
Original title: JavaScript: The Definitive Guide, Fourth Edition
Publisher: Machinery Industry Press
Original title Publisher: O'Reilly&Associates, Inc.
Translated author: David Flanagan Translated by Zhang Mingze and others
Publication date: January 2003
Price: 99¥
Number of words: 964,000 words Number of pages: 1015
Note: A very classic JavaScript book, now in its fourth edition. If you really want to invest in Web development, a system book on JavaScript is necessary. In some processing, it can help you do a lot of things and make it easier for you to control the HTML code. In particular, I learned my regular expression knowledge from here, which is 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
本文原始出处(openphp.cn)链接:
http://www.openphp.cn/index.php/article/13/167/index.html