Project Detail

:::Simple Custom PHP MySQL Video Upload and Display:::  

:::Simple Custom PHP MySQL Video Upload and Display::: is project number 237920
posted at Freelancer.com. Click here to post your own project.

 

| More Free Trial For New Buyers
 

Status:

Selected Providers: rajawi9999

Budget: $30-250

Created: 03/19/2008 at 17:12 EDT

Bid Count: 1

Average Bid:
N/A

03/20/2008 at 17:12 EDT

Project Creator: phpinfo
Employer Rating: 10/1010/1010/1010/1010/1010/1010/1010/1010/1010/10 (3 reviews)

Bid On This Project
 

Description

:::Simple Custom PHP MySQL Video Upload and Display:::

No need for headers, graphics or any design, or .tpl imports - Will be adding header and css later


Simple code to upload any video file and convert it to FLV to be viewed on the site

No need to create a user registration form, I already have users signing up for other parts of the site. Just need to check who the user is and post their name

I will already have an include to connect to the database. - The include also already has a checkLogin();

function checkLogin() {
if(!$_SESSION['user_id']) {
header("location: index");
exit;
}
}

MySQL Database Tables: users_videos

is _id
user_id
content
created
video_title


db_select("insert into users_videos values (NULL,'{$_SESSION['user_id']}','{$ff['content']}',NOW(),'video_title')");




Basically a logged in user will go the the video section and if they want to upload, it will get their username from the database. I can add other tables to the database if you code needs them.

Categories
Search in title or category
Sorting by title, date, poster
Uploading
Viewing

Messages Posted:0 View project clarification board Post message on project clarification board

Bid On This Project
 

If you are the project creator or one of the bidders Log In for more options

Bids are hidden by the project creator. Log in as the project creator or as one of the bidders to view bids. You will not be able to bid on this project if you are not qualified in one of the job categories. To see your qualifications click here.


    Bid on this Project