|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: |
<form action="update.php" method="post" >
<p>Username:
<input type="text" name="username" disabled="disabled" value="<?php
include "../config.php";
mysql_connect($server, $db_user, $db_pass) or die (mysql_error());
$result = mysql_db_query($database, "select * from $table WHERE username = '$username'") or die (mysql_error());
while ($qry = mysql_fetch_array($result)) {
echo "$qry[username]";
}
?>" />
</p>
<p>Change your password</p>
<p> Old Password:
<input type="password" name="oldpass" />
<br />
New Password:
<input type="password" name="newpass" />
<br />
</p>
Your Personal Details
<p>First Name:
<input type="text" name="fname" value="<?php
include "../config.php";
mysql_connect($server, $db_user, $db_pass) or die (mysql_error());
$result = mysql_db_query($database, "select * from $table WHERE username = '$username'") or die (mysql_error());
while ($qry = mysql_fetch_array($result)) {
echo "$qry[fname]";
}
?>" />
</p>
<p>Second Name:
<input type="text" name="lname" value="<?php
include "../config.php";
mysql_connect($server, $db_user, $db_pass) or die (mysql_error());
$result = mysql_db_query($database, "select * from $table WHERE username = '$username'") or die (mysql_error());
while ($qry = mysql_fetch_array($result)) {
echo "$qry[lname]";
}
?>" />
</p>
<p>Email Address:
<input type="text" name="email" value="<?php
include "../config.php";
mysql_connect($server, $db_user, $db_pass) or die (mysql_error());
$result = mysql_db_query($database, "select * from $table WHERE username = '$username'") or die (mysql_error());
while ($qry = mysql_fetch_array($result)) {
echo "$qry[email]";
}
?>" />
</p>
<p>Your website (URL):
<input type="text" name="website" value="<?php
include "../config.php";
mysql_connect($server, $db_user, $db_pass) or die (mysql_error());
$result = mysql_db_query($database, "select * from $table WHERE username = '$username'") or die (mysql_error());
while ($qry = mysql_fetch_array($result)) {
echo "$qry[website]";
}
?>" />
</p>
<img src="<?php include "../config.php"; mysql_connect($server, $db_user, $db_pass) or die (mysql_error()); $result = mysql_db_query($database, "select * from $table WHERE username = '$username'") or die (mysql_error()); while ($qry = mysql_fetch_array($result)) { echo "$qry[avatar]"; } ?>
" alt="Avatar" />
<p>Your Avatar (URL):
<input type="text" name="avatar" value="<?php include "../config.php"; mysql_connect($server, $db_user, $db_pass) or die (mysql_error()); $result = mysql_db_query($database, "select * from $table WHERE username = '$username'") or die (mysql_error()); while ($qry = mysql_fetch_array($result)) { echo "$qry[avatar]"; } ?>" />
</p>
<table width="60%" border="0" align="center" cellpadding="2" cellspacing="2">
<tr>
<td align="center"><label><img src="images/avatars/angel.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/angel.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/angel_buddy.gif" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/angel_buddy.gif" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/angels_only.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/angels_only.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/batman.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/batman.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/boyy.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/boyy.jpg" id="avatars_0" />
</label></td>
</tr>
<tr>
<td align="center"><label><img src="images/avatars/brice_de_nice.png" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/brice_de_nice.png" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/bride.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/bride.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/chapulin_msn.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/chapulin_msn.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/cow_msn.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/cow_msn.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/devil_buddy.gif" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/devil_buddy.gif" id="avatars_0" />
</label></td>
</tr>
<tr>
<td align="center"><label><img src="images/avatars/doraemon.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/doraemon.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/evil.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/evil.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/evil_vs_angel.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/evil_vs_angel.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/fred_msn.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/fred_msn.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/incredible.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/incredible.jpg" id="avatars_0" />
</label></td>
</tr>
<tr>
<td align="center"><label><img src="images/avatars/ke_suecbo.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/ke_suecbo.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/love.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/love.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/min.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/min.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/mns_riser.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/mns_riser.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/ottoman.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/ottoman.jpg" id="avatars_0" />
</label></td>
</tr>
<tr>
<td align="center"><label><img src="images/avatars/santaclause.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/santaclause.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/shrek.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/shrek.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/snowman.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/snowman.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/soccer_msn.png" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/soccer_msn.png" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/spider_man.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/spider_man.jpg" id="avatars_0" />
</label></td>
</tr>
<tr>
<td align="center"><label><img src="images/avatars/ti_biscui.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/ti_biscui.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/tire_langue.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/tire_langue.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/turkiye.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/turkiye.jpg" id="avatars_0" />
</label></td>
<td align="center"><label><img src="images/avatars/yoda_msn.jpg" width="70" height="70" />
<input type="radio" name="avatars" value="images/avatars/yoda_msn.jpg" id="avatars_0" />
</label></td>
<td align="center"> </td>
</tr>
</table>
<p> </p>
<p><br />
</p>
<p>
<input type="submit" name="Submit" value="Submit" />
</p>
</form>
|
Advertisement
| Hall of Fame |