Example #1
0
			<?php 
            exit;
        }
    } else {
        ?>

				<script type="text/javascript">
                    alert("Invalid old password")
                    location.replace("dashboard.php");
                </script>
			
			<?php 
        exit;
    }
}
$user = GetRowData("ID", $id, "user");
?>
<link rel="stylesheet" media="screen" href="css/reset.css" />
<link rel="stylesheet" media="screen" href="css/style.css" />
<link rel="stylesheet" media="screen" href="css/forms.css" />
<style type="text/css">
form#myinfo, form#password {
	margin:20px 40px;
}
</style>



<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>
Example #2
0
			<?php 
            exit;
        }
    } else {
        ?>

				<script type="text/javascript">
                    alert("Invalid old password")
                    location.replace("dashboard.php?p=eW5hcG1vYw==&flag=ZWxpZm9yUHluYXBtb2M=");
                </script>
			
			<?php 
        exit;
    }
}
$user = GetRowData("ID", $id, "companies");
?>
<link rel="stylesheet" media="screen" href="css/forms.css" />





<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td style="vertical-align:top;">
        <form id="myinfo" name="myinfo" action="edit-login.php" target="_parent" method="post" onsubmit="return me.exec();">
        
        Username : <br />
        <input type="text" class="text" name="Name" id="Name" value="<?php 
echo $user['Username'];