Social Network is a simple website designed with core PHP and of course with the aid of the HTML, CSS, and core JavaScript. Firstly, users need to register and then log in to the system. Creation of post with the possibility of stamping a picture along with it. Sending and receiving friend requests as well as accepting or ignoring them. Viewing profiles and your relationship with them. Changing the profile picture. Continuously, it consists of two main component user side and admin. Initially created accounts have a default profile picture based on their gender.
About Social Network PHP Project :
Social Network system Home shows all public posts. It doesn’t show private posts except if the poster is on your friend list. Posts are displayed in chronological order from latest to oldest. The home also shows your own posts. Different users may suffer layout inconsistency or rather not the required smooth interface if the specified font isn’t installed on the user’s device (to be solved).
For the database connection Social Network first, you need to create the database named socialnetwork .sql in the localhost/phpmyadmin/ and then you can import the database which is found socialnetwork.sql file.
Language Structure of Social Network PHP Project :
- HTML: Page layout and design
- CSS: Design
- JS: Frontend
- PHP: Backend
- Bootstrap
- Java Script
Supported Operating Systems :
You can run this project in the following operating systems:
- Windows
- MAC
- Linux