File manager - Edit - /home/autoph/public_html/portal/changeuserpassword.php
Back
<?php $myDate = explode("/",$toDate); $myDay = $myDate[1]; $myMonth = $myDate[0]; $myYear = $myDate[2]; ?> <script type="text/javascript"> function addDateSeparator(e, control, format){ this.Format = format; var keycode = (e.which) ? e.which : event.keyCode if (keycode > 31 && (keycode < 48 || keycode > 57)){ return false; }else{ var DateFormatPattern = /^dd\/mm\/yyyy$|^mm\/dd\/yyyy$|^mm\/dd\/yyyy$|^yyyy\/mm\/dd$/; if ( DateFormatPattern.test(this.Format) ){ var SplitFormat = this.Format.split("/"); if ( control.value.length >= this.Format.length ){ if ( keycode !=8){ return false; } } if ( control.value.length == SplitFormat[0].length ){ if ( keycode !=8){ control.value += '/'; } } if ( control.value.length == (SplitFormat[1].length + SplitFormat[0].length +1) ){ if ( keycode !=8){ control.value += '/'; } } }else{ alert("Supplied date format parameter is incorrect."); } } }</script> <table style="border-collapse:collapse;background:#fff:border:none;height:100%;width:100%"> <tr> <td class="lightGradient" style="border:1px solid lightgray;height:32px;font-size:14px;font-weight:normal;color:gray"> <img src="images/bullet.gif" width="10px" height="10px"> </img> <b style="font-size:14px;color:red">xUSER MANAGEMENT MODULE</b> </td> </tr> <tr> <td colspan="2" valign="TOP" style="border:1px solid white;font-size:14px;weight:bold;color:gray;height:400px;background:white"> <center><br><br><br><br> <div style="position:relative;height:200px;width:500px;border:1px solid gray;border-radius:5px;"> <table style='width:100%'> <tr> <td colspan="3" style='font-size:16px;font-weight:bold;text-align:left;width:100%;height:30px;border:1px solid lightgray'>xSELECT USER TO MANAGE </td> </tr> <form action="" method="GET"> <input type="hidden" name="view" value="cpwd"> <tr> <td style="border:none;background:#fff;font-size:14px;font-weight:bold;color:blue;height:30px;vertical-align:bottom"> Select User: </td> <td style="border:1px solid white;background:white"> </td> <td style="border:none;background:#fff;font-size:14px;font-weight:bold;color:blue"> </td> </tr> <tr> <td align="center" colspan="3" style="border:1px solid white;background:white"> <select name="selectuser" style="width:300px;height:30px;font-size:14px;color:blue;border;1px solid lightgry;border:1px solid lightgray;background:white"> <?php $getUser = mysql_query("SELECT * FROM `c_users` WHERE `u_status`= '1'"); while($myMT = mysql_fetch_array($getUser)){ ?> <option style="font-size:14px;color:blue;"> <?php echo "<b style='font-size:14px;'>".$myMT['doc_fname']. "</b>";?> <?php echo $myMT['u_name'];?> </option> <?php }?> </select> </td> </tr> <tr> <td colspan="3" style="border:1px solid white;border;background:white"> <br> <center><input type="submit" name="search" value="Search" style="width:100px;height:25px;font-size:12px;font-weight:bold;color:blue;border-radius:3px;border:1px solid gray"> <a href="mainindex.php?view="><input type="button" name="Exit" value="Exit" style="width:100px;height:25px;font-size:12px;font-weight:bold;color:blue;border-radius:3px;border:1px solid gray"></a> </center> </td> </tr> </form> </table> </div> </center> </td> </tr> </table>
| ver. 1.4 |
.
| PHP 7.3.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings