0% found this document useful (0 votes)
42 views2 pages

College Networking Site Using PHP

This document describes a college networking site that allows students to connect virtually from around the world. The site allows students to create profiles, share educational materials and media, join groups, and connect with other students. It stores profile information, education articles, files uploaded by students, and content shared by administrators to aid student learning and networking. The goal is to facilitate educational collaboration between college students regardless of physical location.

Uploaded by

shital
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views2 pages

College Networking Site Using PHP

This document describes a college networking site that allows students to connect virtually from around the world. The site allows students to create profiles, share educational materials and media, join groups, and connect with other students. It stores profile information, education articles, files uploaded by students, and content shared by administrators to aid student learning and networking. The goal is to facilitate educational collaboration between college students regardless of physical location.

Uploaded by

shital
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

College Networking Site using PHP-MySQL

Abstract: A social networking site restricted to college and the students enrolled there, College
Networking Site provides a platform via which students can share information between them. No
matter where students are located – in what country or part of the world, with this application
college students can get connected for meaningful educational purposed. In order to use the
college networking site, students must be college students and they must create an account.
Account creation for other users is restricted. Students can send friend requests to each other, and
after that they can send messages, find old friends, share materials and stay connected.

Features:

It connects students from different countries and part of the world.

Students can share and collect knowledge by connecting with each other.

Educational materials such as question papers, tutorials, project materials, and presentations can
be shared.

With this application, students can create their individual profiles and upload images, files, and
videos.

It provides other social networking features such as email and groups, video sharing, articles, etc.

Inside the Application – System Design:

Applicable Document:

Profile detail: It manages and stores students’ profile information.

Education detail: It stores education articles, tutorials, questions papers, etc that are shared by
students.

Upload detail: It holds images, videos, and any other information uploaded into the application.

Functional Decomposition:

Student profile

Education profile

Education articles

Images and videos

Quiz, question papers, question-answers, etc.


Functional Components:

Functional Component 1: Student Profile

Input – Student adds profile information and education details.

Process – System checks previous student account and education details.

Output – Student can view education detail and profile details.

Functional Component 2: Tutorials

Input – Student uploads education articles, tutorials, images, videos, etc.

Process – System uploads education articles, tutorials, images, videos to database.

Output – Student can view uploaded education articles, tutorials, images, videos, etc.

Functional Component 3: Admin

Input – Admin can upload and share video tutorials, question papers, books, etc.

Process – System uploads education tutorials, question papers, books to database.

Output – Student can view uploaded tutorials, question papers, books, etc.

You might also like