Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums

3 Posted Topics

Member Avatar for mohamedasif18

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.

Member Avatar for Member #120589
0
466
Member Avatar for tqmd1

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.

Member Avatar for teedoff
0
131
Member Avatar for Xufyan

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 …

Member Avatar for dipeshbeckham
0
636

The End.