No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
All you can do is store plain text password as separate field in database and display password from that field... Like [CODE] password varchar(100),original_password varchar(100)[/CODE] store posted password in original_password. But remember its not a better way. but for now i think its one solution.
yah there is huge difference between them. Explanation #header apply to the any element that has id as header Where as div#header apply ony to the div which has id as header. But there must be one unique id per each element.
Here is the code you are looking for. Feel free to write. [CODE] <style type="text/css"> #filterbox {border-radius:8px; width:208px; margin-bottom:15px; background-color:#e1f6fa;} #filterbox ul{margin: 0; padding: 0; list-style-type: none;} #filterbox ul li {display:inline;} #FormPost ul{ list-style-type:none; } #FormPost ul li{ display:inline; } </style> <form name="f1" method="POST" action="<?php echo $PHP_SELF;?>" id="FormPost"> <ul> <li>Family …
The End.
dipeshbeckham