Hi frnds...

i m doing music portal. i need to upload Albums to FTP from admin side.Each Album having 5/6 audio files. Each song details should be saved in my DB also..plz give me some suggestions ...

Recommended Answers

All 2 Replies

you can use PHP's FTP functions for that like ftp_put()

Hi frnds...

i m doing music portal. i need to upload Albums to FTP from admin side.Each Album having 5/6 audio files. Each song details should be saved in my DB also..plz give me some suggestions ...

You can write a script to open a given dir(which will contain your mp3 files) and start uploading every file in it in loop.(refer to file operaions under PHP)
At the same time you can fill the song information in the db or u can do it later onwards.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.