*Update* I finally tweaked sephiroth's code to tell me if a youtube link is invalid or not. I really don't like hard-coding things to work and in this case it simply sees if "n/a" exists in the title. We will see if a youtube video comes along and somehow messes up on that piece of code, but it will suffice for now.

What I would like help on now is the following:
1. For the time being, if I am going to host this songrequest page on localhost, what language should I use? I was leaning towards a page with ajax since last time I used it on web development it was a great way to update the page on the fly without needing to refresh the whole page.
2. If I use ajax or something similar, can someone point me towards how I would use sockets to send the videoid to the page?

I should be able to get help from my past boss on how to make the playlist, but if I can at least get help on sending the id to my localhost page then that would be great.