You are on page 1of 6

VIDEO SHARING WEBSITE USING PHP/MYSQLI

TABLE OF CONTENT
S.NO CONTENTS
PAGE.NO

ACKNOWLEDGEMENT
CONTENTS
SYNOPSIS
1 INTRODUCTION 1
1.1.SYSTEM SPECIFICATION 2
1.1.1.HARDWARE SPECIFICATION 2
1.1.2.SOFTWARE SPECIFICATION 2
2 SYSTEM STUDY
2.1.EXISTING SYSTEM
2.1.1.DRAWBACKS
2.2.PROPOSED SYSTEM
3 SYSTEM DESIGN AND DEVELOPMENT
FILE DESIGN
3.1.INPUT DESIGN
3.2.OUTPUT DESIGN
3.3.DATABASE DESIGN
3.4.SYSTEM DEVELOPMENT
3.4.1.MODULE DESCRIPTION
4 TESTING AND IMPLEMENTATION
5 CONCLUSION
BIBLIOGRAPHY
APPENDICES
A.DATA FLOW DIAGRAM
B.TABLE STRUCTURE
C.SAMPLE CODING
D.SAMPLE INPUT
E.SAMPLE OUTPUT
SYNOPSIS
The video sharing website is a PHP/MYSQLI project that lets the website users uploads
some videos to share with the public online, video hosting is the process of uploading videos to
a service of platform, the video hosting service stores videos on its servers and offer users the
ability to utilize a variety of video contents, to upload and share a clip or videos, the users must
create an account. When uploading a video or clip on the website, this sites enable you to share
your videos on any social media websites.

The user should navigate their page, video hosting are platforms that helps to upload,
edit and manage video clip with ease.
INTRODUCTION
1.2 SYSTEM SPECIFICATION
1.2.1 HARDWARE REQUIREMENTS
RAM : 4 GB

Hard disc : 250 GB

Processor : INTEL CORE I5

1.2.2 SOFTWARE REQUIREMENTS:


Operating system : Windows 10

Front-End : HTML, CSS, JavaScript

Back-End : Php , MySqli

Software : Xampp

SOFTWARE DESCRIPTION

PHP PROGRAMMING
PHP is a general-purpose scripting language geared toward web development.[8] It was
originally created by Danish-Canadian programmer Rasmus Lerdorf in 1993 and released in
1995.[9][10] The PHP reference implementation is now produced by The PHP Group.[11] PHP
was originally an abbreviation of Personal Home Page,[12][13] but it now stands for
the recursive initialism PHP: Hypertext Preprocessor.[14]
PHP code is usually processed on a web server by a PHP interpreter implemented as
a module, a daemon or as a Common Gateway Interface (CGI) executable. On a web
server, the result of the interpreted and executed PHP code – which may be any type of
data, such as generated HTML or binary image data – would form the whole or part of
an HTTP response. Various web template systems, web content management systems,
and web frameworks exist which can be employed to orchestrate or facilitate the generation
of that response. Additionally, PHP can be used for many programming tasks outside the
web context, such as standalone graphical applications[15] and robotic drone control.[16] PHP
code can also be directly executed from the command line.
The standard PHP interpreter, powered by the Zend Engine, is free software released under
the PHP License. PHP has been widely ported and can be deployed on most web servers
on a variety of operating systems and platforms.[17]
The PHP language evolved without a written formal specification or standard until 2014,
with the original implementation acting as the de facto standard which other
implementations aimed to follow. Since 2014, work has gone on to create a formal PHP
specification.[18]
W3Techs reports that as of January 2023, "PHP is used by 77.8% of all the websites whose
server-side programming language we know."[19] It also reports that only 8% of PHP users
use the currently supported 8.x versions. Most use unsupported PHP 7, more specifically
7.4, and even PHP 5 has 23% of the use, also not supported with security updates, and
known to have serious security vulnerabilities.

History

You might also like