Good. my question is if there is any database that I can use in that save .mp3 (php) files
Good. my question is if there is any database that I can use in that save .mp3 (php) files
Yes, you can store it as type BLOB , but in general it is better to store in a folder of the application itself, except in specific cases, for the sake of "> performance , since this type is very expensive for the database.