* [[Getting Started|Back to Getting Started]] * [[Basic Form|(previous) Getting Started Part 5: Basic form]] ====== Getting Started Part 6 ====== ====== 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 [[Getting Started|Getting Started]] 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: * [[Mobile Home Page]] - this covers some basic HTML, CSS, forms and then introduces PHP to download some information from another site, beginner friendly. * [[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. * [[First steps with Sessions]] - this is a simple example of how sessions work in PHP