|
read database
print page
------------------------------------------------------
░ Song Name --- Artist
░ Song Name --- Artist
░ etc,etc,etc....
Fill in name
_____________ ______
|_____________| |Submit|
------------------------------------------------------
Select Check boxs and fill in name
Submit sends song ID(each song has individual ID, That I can input.) to server.
Also I need to be able to search and list songs with the searched input to a page like above.
Well I think that explained it pretty well.
Im thinking Im going to have to use Mysql, PHP, and cgi/perl, Right?
Mysql for the database and php for the output pages and cgi/perl or maybe mysql to submit, Correct me if Im wrong and try to let me know how big of a project would this big? |