you must learn MySQl database if you create interactive website. cause you want uploading some files to database using php, Mysql is the best. good tutorial website www.weberdev.com
You also need to learn PHP framework such as Code Igniter, cakePHP, Symfony etc. Framework make our job easier.
I am using Zend framework on my sample project
Hi, if you wanna build a consitent website, is strongly recomended you follow the "layer model", in wich you first write the HTML (content),and, afeter that, CSS (looks), and then, the script (I recomend , but thers also BascicScript) for the "behavior" of the elements of the page. With your "static version" of the website, you can start thinking on the server side programing (using PHP, for exemple). I suggest you use frame work for (jquery is a godd one) and PHP (I use CodeIgniter)