Changeset 432 for beta/pages
- Timestamp:
- Feb 10, 2009, 6:05:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
beta/pages/chmeil.php
r431 r432 1 1 <?php 2 2 $html -> PrgStart(); 3 4 if($zmenit==1): 3 $zmenit = $_POST['zmenit']; 4 if($zmenit==1){ 5 include("inc/db.php"); 5 6 $account = $_POST['acc1']; 6 7 $email1 = $_POST['email1']; … … 20 21 $info = "<font color=red><b>Zadali jste špatný stávající email!</b></font>"; 21 22 endif; 22 endif; 23 } 23 24 24 25 25 echo " <a href=\"?page=acc\"><- Zpět do správy účtu</a> ";26 echo " <a href=\"?page=acc\"><- Zpět do správy účtu</a><br /> 26 27 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\"> 33 30 <center><h3>Změna e-mailu</h3></center> 34 31
Note:
See TracChangeset
for help on using the changeset viewer.