Changeset 432 for beta/pages/chmeil.php


Ignore:
Timestamp:
Feb 10, 2009, 6:05:06 PM (16 years ago)
Author:
amun
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • beta/pages/chmeil.php

    r431 r432  
    11<?php
    22$html -> PrgStart();
    3 
    4 if($zmenit==1):
     3$zmenit = $_POST['zmenit'];
     4if($zmenit==1){
     5    include("inc/db.php");
    56    $account = $_POST['acc1'];
    67    $email1 = $_POST['email1'];
     
    2021        $info = "<font color=red><b>Zadali jste špatný stávající email!</b></font>";
    2122        endif;
    22 endif;
     23}
    2324
    2425
    25 echo "&nbsp;<a href=\"?page=acc\">&lt;- Zpět do správy účtu</a>";
     26echo "&nbsp;<a href=\"?page=acc\">&lt;- Zpět do správy účtu</a><br />
    2627
    27 if(!empty($info)):
    28 echo"<b>$info</b>";
    29 endif;
    30 
    31 echo"
    32 <form method=post>
     28<b>$info</b>
     29<form method=post action=\"?page=chmeil\">
    3330<center><h3>Změna e-mailu</h3></center>
    3431
Note: See TracChangeset for help on using the changeset viewer.