deltabeard / FROST

FRee and Open Source Tube
GNU General Public License v3.0
0 stars 1 forks source link

Create database for video uploads #8

Closed deltabeard closed 10 years ago

deltabeard commented 10 years ago

Create a database for video information. The database should have a table which is able to store the following about a video:

deltabeard commented 10 years ago

Just the clarify, 'URL GET' is a unique string generated for each video uploaded. When visiting /?vid={URL GET} , the web page will look in the database for an entry associated with that string (stored in the 'vid' variable in this case) and will display the correct video and information.