Hi i want to store video files(.mpeg,.mov etc) in mysql using php. Please tell me how to store it in database.
you might have found this had you looked:
http://www.php.net/features.file-upload
I also don't believe you want to store a whole video in a database.. you want to store it on the filesystem.. and then perhaps store its url path in the database as a text field