Welcome! This is the website that displays a collection of projects, called Krista's
projects, that we have done. As you'll see, there are 5 various projects: Random Hexadecimal,
Dice Statistics, Dane Joe, Background Selector, and Dynamic Pages. Each project does
something different based on the PHP we gave it. Keep a lookout for any user forms that have
been built in, to properly try them out we'll need your input!
Background Selector Project
Temporarily, the Background Selector project is being hosted here:
http://shodor.org/~sdaniels/newdev/PHP-testing/BackgroundSelector.php
Dynamic Pages Project
The Dynamic Pages Project is what you are looking at currently. This website uses dynamic
rendering to load all of the php content (which was originally on different files) onto
each page. Notice how in the URL you will see "?current=" and as you click on each tab the
text after ?current= changes. This shows that when you click on each tab, you are not being
redirected to a completely separate webpage like with the background selector project,
instead you are being redirected to one page
out of a set of pages that can be navigated to while staying on the same website.