Example #1
0
Tabula Rasa is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Tabula Rasa.  If not, see <http://www.gnu.org/licenses/>.
*/
//Do not remove - essential to login system
include_once 'include/processes.php';
// Inserts Navigation Bar
include "include/nav.php";
//Makes Sure User is Logged In
$Login_Process = new Login_Process();
$Login_Process->check_status($_SERVER['SCRIPT_NAME']);
$Edit = $Login_Process->edit_details($_POST, $_POST['process']);
?>
<title><?php 
print Site_Name;
?>
 | Edit User</title>
<body>
<div style="width:200px;">
<form action="<?php 
print $_SERVER['PHP_SELF'];
?>
" method="post">
<div style="margin-top:-8px; margin-right:-6px;"><a href="form.php">Back to Form</a></div>
<h1>Edit Account Details</h1>
<div class="red"><?php 
print $Edit;