background preloader

Dynamic Site Development

Facebook Twitter

Building your first dynamic website – Part 1: Setting up the site and database. It sounds like a lot of work, but the process on the web server usually takes only a fraction of a second.

Building your first dynamic website – Part 1: Setting up the site and database

You build PHP pages in Dreamweaver in the same way as ordinary web pages, and add the dynamic code using server behaviors or typing it manually. The PHP engine processes everything between <? Php and ? >. Hypertext Preprocessor. Building your first dynamic website – Part 3: Displaying Content from a Database. XAMPP (if you have Windows) Learn more MAMP (if you have Mac OS X)

Building your first dynamic website – Part 3: Displaying Content from a Database