search
HomeBackend DevelopmentPHP TutorialPHP learning PHP learning materials summary and website

PHP official website ---- http://www.php.net/
If your English proficiency is acceptable, it is recommended to visit here frequently. The latest and most authoritative technical documents and software are available here.
China PHP Alliance ----http://www.phpx.com/ Chinese PHP information is comprehensive, informative and updated in a timely manner.
(1) PHP technical documentation
Beyond PHP ---- http://www.phpe.net/
Beyond PHP website is a brand new, open source, non-profit PHP teaching site. Special columns include classic articles, Class downloads, etc., and there is an online PHP communication community
Tianji.com---Software Channel---PHP Album----http://www.yesky.com/72342371945349120/index.shtml
Pacific Network College-ph ---- http://www.pconline.com.cn/pcedu/empolder/wz/php/
21st century Chinese PHP network, Chinese PHP club, providing LINUX, Apache Web server, MYSQL database ,Technical documents and learning tutorials related to PHP4 and PHP5 program development.
Empire Development ----http://www.phome.net/
A large number of original PHP technical documents. There is also PHP source code download. 6. PHP Chinese website ---- http://www.openphp.cn/
Provides PHP and Web development and other related resources.
PHP&MORE ----http://www.phpmore.com
The first PHP electronic magazine (PDF) in China, providing the latest PHP information, one issue per month. PHP5 related technical articles will be released one after another.
Netbei ----http://www.netbei.com/Article/php/
It is rich in content and provides a large number of basic articles, which is worth reading.
CSDN Technology Community ----http://community.csdn.net/
If you don’t understand anything, leave a message here and there will be experts to help you solve the problem.
PHP5 Research Laboratory ----http://www.phpv.net/
It has rich information, I go there often.
2) PHP source code resources
China source code download site----http://www.downcode.comPHPChina open source community portal
Provides a large number of ASP, CGI, PHP, JSP, .NET, Java special effects and other website building source codes, as well as various Software download and cracking applications!
Source Code Home----http://www.mycodes.net/ PHPChina Open Source Community Portal
After a period of adjustment, the current Source Code Home has begun to be updated again, and the speed is relatively fast. PHPChina open source community portal
Code China Network----http://www.codechina.net
Sunshine Download----http://www.downm.com http://down.89dns.net/
Recent popularity One of the shortcomings of a relatively popular code download site is that the opening speed is a bit slow, perhaps because of the large number of people. PHPChina Open Source Community Portal
PHPChina Open Source Community Portal
5. Happy Family Network----http://www .puterkey.com
The main works include PKYDOWN text download system, PKY text article system, etc. It is a site with a good service attitude. PHPChina Open Source Community Portal
6. I Love PHP Network ---- http://www.ipp.org/
A download site full of text PHP codes. The codes inside are all very good, but the update speed is too slow. PHPChina Open Source Community Portal
China Webmaster Station----http://www.chinaz.com
Code Download Base----http://www.ddown.com
China Source Code Center----http:/ /www.cncode.com/
ASP300 ----http://www.asp300.com/
China Code Hengyi Data Center----http://www.china-code.net
Confidence Network Studio ----http://www.xxsky.com
Huaxun Kunxiang----http://www.ftpshow.com
Iwind Download Station----http://www.iwind.org
1. Taiwan Chung Yuan University PHP video tutorial (five files)
http://www.yeshack.com/jc/200609/4406.htmlPHPChina
http://www.yeshack.com/jc/200609/4407.htmlPHPChina
http://www.yeshack.com/jc/200609/4408.htmlPHPChina
http://www.yeshack.com/jc/200609/4409.htmlPHPChina
http://www.yeshack.com/jc/200609/ 4410.html
2, PHP4.0 learning video tutorial
http://download.jz173.com/softht... 20055301932310.html
http://download.osssacc.org/class/php/php_2/php1.mpg
http://download.osssacc.org/class/php/php_2/php2.mpg
http://download.osssacc.org/class/php/php_2/php3.mpg
http://download.osssacc.org /class/php/php_2/php4.mpg
http://download.osssacc.org/class/php/php_2/php5.mpg
http://download.osssacc.org/class/php/php_2/php6.mpg
http://download.osssacc.org/class/php/php_2/php7.mpg
http://download.osssacc.org/class/php/php_2/php8.mpg
4. IIS 5.0 PHP MYSQL video tutorial
http://download.jz173.com/softht... 20052162327360.html
http://202.116.32.249/itat/dtwy/disk2/25/25.asf
http://202.116.32.249/itat/dtwy/ disk2/26/26.asf
http://202.116.32.249/itat/dtwy/disk2/27/27.asf
http://202.116.32.249/itat/dtwy/disk2/28/28.asf
PHP video Tutorial from entry to master Super classic (size 15.6G)
ftp://yule:www.vodzy.com@www.vodzy.com/php/php.rar

The above introduces the PHP learning PHP learning materials summary and website, including PHP learning content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
What is the difference between unset() and session_destroy()?What is the difference between unset() and session_destroy()?May 04, 2025 am 12:19 AM

Thedifferencebetweenunset()andsession_destroy()isthatunset()clearsspecificsessionvariableswhilekeepingthesessionactive,whereassession_destroy()terminatestheentiresession.1)Useunset()toremovespecificsessionvariableswithoutaffectingthesession'soveralls

What is sticky sessions (session affinity) in the context of load balancing?What is sticky sessions (session affinity) in the context of load balancing?May 04, 2025 am 12:16 AM

Stickysessionsensureuserrequestsareroutedtothesameserverforsessiondataconsistency.1)SessionIdentificationassignsuserstoserversusingcookiesorURLmodifications.2)ConsistentRoutingdirectssubsequentrequeststothesameserver.3)LoadBalancingdistributesnewuser

What are the different session save handlers available in PHP?What are the different session save handlers available in PHP?May 04, 2025 am 12:14 AM

PHPoffersvarioussessionsavehandlers:1)Files:Default,simplebutmaybottleneckonhigh-trafficsites.2)Memcached:High-performance,idealforspeed-criticalapplications.3)Redis:SimilartoMemcached,withaddedpersistence.4)Databases:Offerscontrol,usefulforintegrati

What is a session in PHP, and why are they used?What is a session in PHP, and why are they used?May 04, 2025 am 12:12 AM

Session in PHP is a mechanism for saving user data on the server side to maintain state between multiple requests. Specifically, 1) the session is started by the session_start() function, and data is stored and read through the $_SESSION super global array; 2) the session data is stored in the server's temporary files by default, but can be optimized through database or memory storage; 3) the session can be used to realize user login status tracking and shopping cart management functions; 4) Pay attention to the secure transmission and performance optimization of the session to ensure the security and efficiency of the application.

Explain the lifecycle of a PHP session.Explain the lifecycle of a PHP session.May 04, 2025 am 12:04 AM

PHPsessionsstartwithsession_start(),whichgeneratesauniqueIDandcreatesaserverfile;theypersistacrossrequestsandcanbemanuallyendedwithsession_destroy().1)Sessionsbeginwhensession_start()iscalled,creatingauniqueIDandserverfile.2)Theycontinueasdataisloade

What is the difference between absolute and idle session timeouts?What is the difference between absolute and idle session timeouts?May 03, 2025 am 12:21 AM

Absolute session timeout starts at the time of session creation, while an idle session timeout starts at the time of user's no operation. Absolute session timeout is suitable for scenarios where strict control of the session life cycle is required, such as financial applications; idle session timeout is suitable for applications that want users to keep their session active for a long time, such as social media.

What steps would you take if sessions aren't working on your server?What steps would you take if sessions aren't working on your server?May 03, 2025 am 12:19 AM

The server session failure can be solved through the following steps: 1. Check the server configuration to ensure that the session is set correctly. 2. Verify client cookies, confirm that the browser supports it and send it correctly. 3. Check session storage services, such as Redis, to ensure that they are running normally. 4. Review the application code to ensure the correct session logic. Through these steps, conversation problems can be effectively diagnosed and repaired and user experience can be improved.

What is the significance of the session_start() function?What is the significance of the session_start() function?May 03, 2025 am 12:18 AM

session_start()iscrucialinPHPformanagingusersessions.1)Itinitiatesanewsessionifnoneexists,2)resumesanexistingsession,and3)setsasessioncookieforcontinuityacrossrequests,enablingapplicationslikeuserauthenticationandpersonalizedcontent.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

MinGW - Minimalist GNU for Windows

MinGW - Minimalist GNU for Windows

This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function