How are websites really working when it's using PHP? The trick is to have a mySQL database and have the variable set up for it.
Without mySQL, PHP would be just like Javascript. Nothing but variables and HTML. Once you learn the basics of PHP variables and functions, using mySQL in PHP is like driving a car.
The best tutorial to get started on HTML/PHP/mySQL/Javascript is to visit http://www.w3schools.com/
You can probably guess where I first got started in web development... tutorial wise that is.