Свернутый текст
HTML |
<table width="80%" cellpadding="5" cellspacing="5" border="1px" bordercolor="#000000"> <form action="<?php $_SERVER['PHP_SELF'] ?>" method="post"> <tr> <td width="50%"><?php echo $usercheng['usuarios'] ?></td> <td>Cambiar nombre</td> <td width="30%"><input type="text" name="chusuarios" value="<?php echo $usercheng['usuarios'] ?>" style="width:200px;" /></td> </tr> <tr> <td>Nueva contraseña <input type="text" name="chpass" style="width:200px;" /></td> <td>Nueva contraseña </td> <td><input type="text" name="chcpass" style="width:200px;" /></td> </tr> <tr> <td><?php echo $usercheng['email'] ?></td> <td>Cambiar e-amil</td> <td><input type="text" name="chemail" value="<?php echo $usercheng['email'] ?>" style="width:200px;" /></td> </tr> <tr> <td><?php echo $usercheng['telefono'] ?></td> <td>Telefono </td> <td><input type="text" name="chtel" value="<?php echo $usercheng['telefono'] ?>" style="width:200px;" /></td> </tr> <tr> <td><?php echo $usercheng['userlabel'] ?></td> <td>Permisos de usuarios </td> <td><input type="text" name="chlabel" value="<?php echo $usercheng['userlabel'] ?>" style="width:200px;" /></td> </tr> <tr> <td colspan="3"><div align="center"> <input type="submit" name="chenge" value="Cambiar Datos" /> </div></td> </tr> </form> </table> |
и вот такой запрос