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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/akshoop/www/rateMyRoommate3.php
<html>
<head>
<style>
body {
  font-family: "Apple Chancery", cursive;
  background-color: white;
  margin: 0;
}

ul {
  list-style-type: none;
  height: 100%;
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #555;
  overflow: auto;
  padding-top:20px;
  padding: 0;
  margin: 0;
}

li a {
  display: block;
  color: white;
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

li a.active {
  background-color: #81a4db;
  color: white;
}

li a:hover:not(.active) {
  background-color: #81a4db;
  color: white;
}
</style>
</head>
<body>

<ul>
  <li><a href="projectIndex.html">Home</a></li>
  <li><a href="housingInformation.html">Information</a></li>
  <li><a class="active" href="rateMy.html">Rating Forms</a></li>
  <li><a href="rateMyTable.html">Tables</a></li>
  <li><a href="FAQs.html">FAQs</a></li>
  <li><a href="admin.html">Admin Login</a></li>
</ul>

<div style="margin-left:250px;padding:0px 10px;height:1000px;font-size: 20px;">
  <h2>Rate my Roommate</h2>
	<h3>
<?php
	session_start();

	$name = $_SESSION["name"];
	$cleanliness = $_SESSION["cleanliness"];
	$personalItems = $_SESSION["personalItems"];
	$windows = $_SESSION["windows"];
	$door = $_SESSION["door"];
	$trashCan = $_SESSION["trashCan"];
//print "Debug: $cleanliness<BR>$personalItems<BR>$windows<BR>$door<BR>$trashCan<BR>";	
	$guest1 = $_POST["guest1"];
	$_SESSION["guest1"] = $guest1;
	$guest2 = $_POST["guest2"];
	$_SESSION["guest2"] = $guest2;
	$guest3 = $_POST["guest3"];
	$_SESSION["guest3"] = $guest3;
//print "Debug: $guest1<BR>$guest2<BR>$guest3<BR>";	
	$privacy = $_POST["privacy"];
	$_SESSION["privacy"] = $privacy;
//print "Debug: $privacy<BR>";

?>
	<FORM action=rateMyRoommate4.php method=post>
	<?php	print "Roommate name: $name<BR>"; ?>
	Their communication:<BR>
	  <select name=communication>
	    <OPTION></OPTION>
	    <OPTION>Was clear and effective</OPTION>
	    <OPTION>Only used for serious issues or conflicts</OPTION>
	    <OPTION>Was never used</OPTION>
	    <OPTION>No opinion</OPTION>
	  </select><BR>
	When studying, they prefer:<BR>
	  <select name=study>
	    <OPTION></OPTION>
	    <OPTION>Extremely quiet (No music, no video games, no guests, etc.</OPTION>
	    <OPTION>Moderately quiet (Music and video games with headphones. Guests are okay)</OPTION>
	    <OPTION>Normal noise (Music and video games without headphones. Guests are okay)</OPTION>
	    <OPTION>No opinion</OPTION>
	  </select><BR>
	On weeknights they usually sleep:<BR>
	  <select name=sleep>
	    <OPTION></OPTION>
	    <OPTION>Before 10PM</OPTION>
	    <OPTION>10-11PM</OPTION>
	    <OPTION>11-12AM</OPTION>
	    <OPTION>After midnight</OPTION>
	    <OPTION>No opinion</OPTION>
	  </select><BR>
	On weekends they usually sleep:<BR>
	  <select name=endsleep>
	    <OPTION></OPTION>
	    <OPTION>Before 10PM</OPTION>
	    <OPTION>10-11PM</OPTION>
	    <OPTION>11-12AM</OPTION>
	    <OPTION>After midnight</OPTION>
	    <OPTION>No opinion</OPTION>
	  </select><BR>
	<BR>
	<INPUT type=submit value="Next">
	</FORM>
	<BR>
	<BR>
	<BR
	</h3>
</div>

</body>
</html>


Stv3n404 - 2023