heres the code, im new to php and any advice on what i did wrong or the solution would be appreciated
[code]
Amy-Grace Web Chat body { background: #33FF99; }#center {
margin-left:500px;
margin-right:500px;
margin-top: 100px;
overflow:none;
}
if(isset($_POST[‘submit’])){
if($_POST[‘password’] == $password){
?>
[/code]