Course Intermediate 5555
Course Introduction:Make your own PHP framework to help you become an architect step by step. Improve the framework step by step, which involves composer, database chain operations, and various excel and pdf tools. As well as scheduled tasks, image processing, image search, command line operations, dependency injection, annotation routing, middleware, aop aspect programming, the use of mysql pessimistic locks, optimistic locks, and various PHP issues such as dealing with high concurrency.
Course Advanced 15093
Course Introduction:"Must-learn Examples of PHP Message Board Production" introduces how to implement the message board function.
Course Intermediate 22848
Course Introduction:This set of courses is recorded for reference from the classic best-selling book "PHP in Detail". It is carefully recorded and shared by industry experts. Whether you are a beginner or a developer with a certain foundation, you can find your shortcomings in this set of courses. , quickly improve skills
Course Elementary 4672
Course Introduction:This course will guide you to build a powerful PHP debugging environment from scratch using phpenv, VSCode and Xdebug. Master how to set up and run PHP projects on a local server and use Xdebug for code debugging. Through practical operations, you will have an in-depth understanding of the debugging process, improve your ability to troubleshoot problems, and improve development efficiency. Suitable for developers with certain PHP foundation and VSCode experience. Important 2 lines of code: xdebug.remote_enable = 1 xdebug.remote_autostart = 1
Course Advanced 9730
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 Elementary 18398
Course Introduction:2023-1-5 evening 20:00-22:00 video number + simultaneous live broadcast on this site! Live interactive lottery! Topic: 1. PHP is still the preferred language for Web project development; 2. PHP is still the preferred language for newcomers to start Internet entrepreneurship; 3. Internet entrepreneurship will still be full of wealth creation opportunities in the next 10 years; 4. What kind of projects are suitable for individuals Internet entrepreneurship; 5. How much do I need to learn before I can take orders and make money.
Course Advanced 24747
Course Introduction:"Tutorial on Developing a Simple News Release System with PHP" uses PHP to build a simple news release system, and realizes addition, deletion, modification and query operations of a simple news system by operating the database.
Course Elementary 67034
Course Introduction:"Practical Project of Developing a News Website Natively in PHP" is a front-end and back-end program that uses pure native code to create a news station, and then displays the database information on the front-end page. How to manage the database in the background!
Course Advanced 56054
Course Introduction:"Developing a Simple Message Board Project in PHP" This article mainly provides guidance and ideas for building a PHP message board, to understand how to apply the PHP you have learned to projects and actual combat, and to provide a complete guide to friends who are new to PHP. The entire production process of php message board
Course Elementary 48755
Course Introduction:A time query calendar made by native PHP (with lunisolar time conversion function)
Course Elementary 10932
Course Introduction:In daily work, file upload is a very common function. During the project development process, we usually use some mature upload components to implement corresponding functions. Generally speaking, a mature upload component will not only provide a beautiful UI or a good interactive experience, but also provide a variety of different upload methods to meet the needs of different scenarios. This set of courses will teach you how to implement the file upload function under PHP.
Course Elementary 95139
Course Introduction:The September live broadcast class on this website has ended. This set of tutorials is a live broadcast. If you did not register or missed the student benefits, take a look. Maybe there is something for you here.
Course Elementary 4902
Course Introduction:The second phase of Web front-end zero foundation is here! The Web front-end course is serialized in stages and has a lot of content. You can learn it step by step; Don't just watch the video, follow the teacher and practice more~
Course Elementary 22119
Course Introduction:This project is developed using native PHP, so novices can easily get started. Core knowledge points~ 1. PHP object-oriented programming 2. CURD (create, update, read, delete) of MySQL database 3. Combination of PHP and MySql--PDO connection to database 4. PHPmailer sends the email and completes email verification 5. Telnet simulates email sending 6. Execute php in php-cli mode 7. PHP+MySQL implements queue sending emails 8. AJAX asynchronously triggers the mail queue
Course Intermediate 495332
Course Introduction:Can I learn PHP programming in 60 days? After reading the teaching plan of PHP Chinese website, you will no longer doubt it! The compact course arrangement, novel teaching model, and full learning supervision ensure that every bit of your progress will be rewarded with surprises~~
Course Elementary 19481
Course Introduction:PHP Chinese Network is a free public welfare PHP teaching platform. In order to help more users advance and master the PHP language, PHP Chinese Network invited Mr. Gao Luofeng, a senior figure in the PHP field, to attend at 20:00-21:30 on October 11. Free public live broadcast explaining the development and application of PHP. Sign up for the live broadcast course and receive 300 sets of signed books "Learn PHP with Brothers" for free. Book delivery event participation address: http://miracleart.cn/wenda/142690.html Dedicated QQ group: 929746523 (php Chinese network public welfare live broadcast group 11)
Course Elementary 13756
Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.
Course Elementary 82266
Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).
Course Elementary 13137
Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.
Course Elementary 24586
Course Introduction:In the "AngularJS Chinese Reference Manual", AngularJS extends HTML with new attributes and expressions. AngularJS can build a single page application (SPAs: Single Page Applications). AngularJS is very easy to learn.