Home > Article > Backend Development > What simple systems can be done with php?
What are some simple systems that can be done with php
You can grow big after learning the basics of php and the basics of MySQL Some of them are applied, such as simple message board system, student management system, online chat room system, multiple choice answer system, user registration and login system, online note-taking system, voting system, etc.
Technology required:
1. Message board system, student management system, user registration and login system, voting system, online note-taking system
a) PHP operation database
b) Basic database addition, deletion, modification and query operations
2. Online chat room system
a) PHP operation database
b) Basic database addition, deletion, modification and query operations
c) Client polling to obtain server data
3. Multiple-choice question answering system
a) PHP receives form parameters
b) PHP’s judgment and four arithmetic operations
For more PHP related knowledge, please visit PHP Chinese website!
The above is the detailed content of What simple systems can be done with php?. For more information, please follow other related articles on the PHP Chinese website!