Hi, I'm almost a complete newb when it comes to server side coding. The limit of my knowledge extends to building a basic 'eBay-like' site for a college assignment using PHP and MySQL.
i.e. the webpage would connect to my MySQL database, then any data is $_POST'd to it or retrieved, yady yada...
So now that you understand how green I am, I've just got this new job where they're building a website that searches a database of collected YouTube videos. I thought I was just the front-end developer guy (you know, easy HTML & CSS jobs) but it turns out I also need to develop the code that links the interface to the database (e.g. you can search through the database using the metadata and then it will embed your chosen video in a different webpage for you to view)
So I asked him about using PHP and MySQL to retrieve and play the videos but he said something like ASP or JSP would be better. So like...anyone any recommendations? Where to start? What to download? All I need is a basic skeleton to work with and I'll flesh out the rest with research! I just need some direction to go in...