Ik kreeg via Diederik (aka bandwidth upper) een link naar een PHP / MySQL tutorial bij de Webmonkey. Als je verder wilt dan het bouwen van statische html/flash sites dan kun je mbv PHP en MySQL erg simpel super dynamische database driven sites bouwen. Hier heb je een stuk uit de intro, voor het geval je niet weet wat PHP en MySQL is:
Enter PHP and MySQL. These two make up what must be the best combination for data-driven Web sites on the planet. You needn't take my word for it. An unofficial Netcraft survey shows that PHP usage has jumped from 7,500 hosts in June 1998 to 410,000 in March 1999. That's not bad. The combination was also awarded Database of the Year at Webcon98, where it received a lovely tiara.MySQL is a small, compact database server ideal for small - and not so small - applications. In addition to supporting standard SQL (ANSI), it compiles on a number of platforms and has multithreading abilities on Unix servers, which make for great performance. For non-Unix people, MySQL can be run as a service on Windows NT and as a normal process in Windows 95/98 machines.
PHP is a server-side scripting language. If you've seen ASP, you'll be familiar with embedding code within an HTML page. Like ASP, PHP script is processed by the Web server. After the server plays with the PHP code, it returns plain old HTML back to the browser. This kind of interaction allows for some pretty complex operations.
Bij de weg: Tweakers.net draait ook op PHP en MySQL. Als je in Nederlandse webhoster zoekt die PHP/MySQL kan draaien dan moet je ff naar Sitelite internet fietsen. In de VS is pair.com een goede en betrouwbare provider.