Course Advanced 62397
Course Introduction:"Tutorial on Simple Book Backend Management System for PHP Development" introduces how to create a simple book backend management system through PHP to help manage books.
Course Advanced 9386
Course Introduction:"PHP Development Practice: Making a Simple Calendar Tutorial" introduces how to make a simple calendar with search year and month through PHP.
Course Advanced 21523
Course Introduction:"Tutorial on Simple Book Front Desk Lending System Developed in PHP" introduces the development of a simple book front desk borrowing system through PHP to realize electronic book borrowing.
Course Intermediate 9111
Course Introduction:The WeChat public platform is a platform for operators to provide information and services to WeChat users through public accounts, and the open interface of the public platform is the basis for providing services. This course is designed to help everyone clarify development ideas and implement the development process. After developers create a public account on the public platform website and obtain interface permissions, they can also help development by reading official interface documents.
Course Advanced 13651
Course Introduction:"PHP Advanced Design Patterns Video Tutorial" introduces the concept of design patterns and introduces some commonly used design patterns, such as singleton pattern, adapter pattern, etc.
Course Advanced 24841
Course Introduction:"PHP Advanced Design Patterns Video Tutorial" This course is recorded by Boole Education, and it sublimates the PHP design patterns mentioned before, so that friends can have a deeper understanding of PHP design patterns.
Course Advanced 31003
Course Introduction:Are you still worried about the realization of the paging function? This course will analyze the principles from simple to complex, and work with everyone to complete a fully functional paging.
Course Advanced 31136
Course Introduction:"PHP Classic Practical Video Tutorial" introduces many relevant practical examples of PHP, such as upload and download, shopping cart, message board, verification code, file processing, etc.
Course Advanced 12758
Course Introduction:"PHP Development Simple File Upload Tutorial" mainly introduces the use of PHP to make a simple file upload function module to realize the specific operations of local upload of files and images and database upload.
Course Advanced 31532
Course Introduction:"Collection of PHP Classic Examples" introduces some interesting, commonly used or practical small functions for everyone to develop and use in the future.
Course Advanced 10521
Course Introduction:"A Simple Guestbook Tutorial on PHP Development" introduces how to create a guestbook with an administrator login interface through PHP, which can restore and delete messages.
Course Intermediate 8763
Course Introduction:Introduction: PHP provides powerful system functions to help us complete functions, but sometimes it is not enough to just use system functions. Custom functions need to be encapsulated according to the business, as explained in "PHP Advanced - Function Video Tutorial" It explains how to customize functions and common problems in custom functions. It is a must-read course for getting started with PHP.
Course Intermediate 51458
Course Introduction:Ajax can initiate URL requests to the server in the form of scripts to achieve no page jumps and improve user experience. It can also partially refresh the content of the current page and improve the loading speed of the page. Especially when submitting a form, it can interact with the user in real time to improve the accuracy and efficiency of the user filling in the form.
Course Advanced 14125
Course Introduction:Are you still worried about the realization of the paging function? This course will analyze the principles from simple to complex, and work with everyone to complete a fully functional paging.
Course Intermediate 10310
Course Introduction:"PHP Implementation of Simple Tieba Tutorial" mainly teaches you how to build a simple Tieba system, including registration, login, logout, posting, replying, checking the number of views, number of replies, etc.
Course Advanced 28374
Course Introduction:"2017 Latest PHP Advanced Video Tutorial" This lesson follows "2017 Latest PHP Basic Video Tutorial". It is recommended that students with a little basic knowledge can take a look and improve their knowledge of PHP! !
Course Advanced 9238
Course Introduction:"PHP Classic Small Example Summary Video Tutorial" introduces some interesting, commonly used or practical small functions for everyone to develop and use in the future.
Course Advanced 33007
Course Introduction:Infinite classification is very common in daily applications, and website classification relies on it. This course will explain in detail the usage scenarios and common implementation methods of infinite classification, to help future learning and use.
Course Advanced 8876
Course Introduction:"PHP Underlying Code Analysis Video Tutorial" talks about the operating mechanism of PHP's underlying code and how PHP operates, giving you a deeper understanding of PHP.
Course Advanced 42408
Course Introduction:This chapter simply uses the knowledge of PHP and Mysql to create a basic practical case of PHP - a message board.