ahhgea
01-26-2008, 02:28 AM
I'm somewhat new to php and mysql and am looking for some advice.
I'm trying to get a video of mine stored in a table of mine called "tutorials." What would be the best way to do this? Would I store the video itself in the table or would I have to put it as a link pointing to the video? I need to get the video hosted on my server at /video/video1.mpg to my page but would like the video somehow in my database because it corresponds with other properties in my table?
I'm trying to get a video of mine stored in a table of mine called "tutorials." What would be the best way to do this? Would I store the video itself in the table or would I have to put it as a link pointing to the video? I need to get the video hosted on my server at /video/video1.mpg to my page but would like the video somehow in my database because it corresponds with other properties in my table?