====== Guides: Web server: Part 6 ====== * [[:guides/webserver|Back to Guides: Webserver]] * [[:guides/webserver/part5|Back to Guides: Webserver Part 5]] ====== What To Do Next ===== Got your server all set up and you're able to create files and view them in your browser? **No** Visit the [[:Guides/webserver|How to set up a webserver]] page and work through the list (or ask someone and we'll help you through it) **Yes** Great! Let's look at what we could do next. Here are two projects you can try to create to introduce you to some concepts in PHP: * [[Projects/Mobile Home Page]] - this covers some basic HTML, CSS, forms and then introduces PHP to download some information from another site, beginner friendly. * [[Projects/The Quiz App]] - this covers basic forms, some database access code in PHP and strings together lots of concepts including arrays, beginner friendly but more complex.