Jump to content

Database Help


mediaguy2004

Recommended Posts

Hello I have a question, I have been trying to make a database that you can add mpeg files to. I have tried several ways but I have not had any luck. Does any one have any suggestions. How I can go about making one. I was told that best way of doing it is to link the files to a database but, I am not sure how that is done. Does any one have some suggentions on how to go about it and maybe a tutorial that I can look at that I mabe able to get some Ideas Thanks.. 

Link to comment
https://forums.phpfreaks.com/topic/52753-database-help/
Share on other sites

Do you understand how to design the database part?  If not, do a tutorial on that first.  Otherwise you'll go mad trying to work it out :)  Google will find you plenty of tutorials.  Look for something like "PHP SQL tutorial"

 

And yes, the best way is to store the file names in the database, but store the files themsleves as files.  MPG is too big to store in a database.

Link to comment
https://forums.phpfreaks.com/topic/52753-database-help/#findComment-260505
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.