[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.

05/26/2008 at 01:59PM PDT, ID: 23433351
[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.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

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!

8.2

Check that two passwords are the same

Asked by d10u4v in PHP Scripting Language

Tags: PHP/HTML

Hi,
I need to check to see that a user has entered the same password twice (just to makes sure)  It basically is a form which alows the user to contact our office to request a change to an online password (it does not change the password automatically). When submitted an email is sent to the user confirming their request  and emails the staff the requested information.

All i need to to is, when the user presses submit, PHP first check to make sure that the two NEW passwords fileds are the same.  if they are it continues with the formprocessorpro.php.  f they are not, the user is asked to re enter the passwords.

The two password fileds are [r_newpass] and [newpass2]

Hoep someone can advise.

Thank you in advance,
Tom
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:
<form id="changepass" name="changepass" method="post" action="/form/formprocessorpro.php"> 
<input type="hidden"name="base_path"value="../form/passwordchange" />         
         
            <div align="center">
              <table width="404" border="0" align="left" cellpadding="0" cellspacing="2">
                <tr>
                  <td width="129" class="GeneralText"><div align="right">Name</div></td>
                    <td width="269"><label>
                      <input name="r_name" type="text" id="r_name" size="40" />
                    </label></td>
                  </tr>
                <tr>
                  <td class="GeneralText"><div align="right">Email Address</div></td>
                    <td><input name="re_email" type="text" id="re_email" size="40" /></td>
                  </tr>
                <tr>
                  <td class="GeneralText"><div align="right">Username</div></td>
                    <td><input name="r_username" type="text" id="r_username" size="40" /></td>
                  </tr>
                <tr>
                  <td class="GeneralText"><div align="right">Current Password</div></td>
                    <td><input name="r_currentpass" type="text" id="r_currentpass" size="40" /></td>
                  </tr>
                <tr>
                  <td class="GeneralText"><div align="right"></div></td>
                    <td>&nbsp;</td>
                  </tr>
                <tr>
                  <td class="GeneralText"><div align="right" class="Heading">New Password</div></td>
                    <td><input name="r_newpass" type="password" id="r_newpass" size="40" /></td>
                  </tr>
                <tr>
                  <td class="GeneralText"><div align="right" class="Heading"><strong>New Password <span class="Heading">(again)</span></strong></div></td>
                    <td><input name="newpass2" type="password" id="newpass2" size="40" /></td>
                  </tr>
                <tr>
                  <td class="GeneralText">&nbsp;</td>
                    <td class="InsideText">All fields are required</td>
                  </tr>
                <tr>
                  <td class="GeneralText">&nbsp;</td>
                    <td><label>
                      <div align="center">
                        <input name="button" type="submit" class="Heading" id="button" value="Submit" />
                        </div>
                    </label></td>
                  </tr>
              </table>
            </div>
            <p align="center">&nbsp;</p>
            </form>
[+][-]05/26/08 02:31 PM, ID: 21648183

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/26/08 02:36 PM, ID: 21648197

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/26/08 03:02 PM, ID: 21648300

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/26/08 03:17 PM, ID: 21648367

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/26/08 03:36 PM, ID: 21648426

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/26/08 03:40 PM, ID: 21648441

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/26/08 03:52 PM, ID: 21648465

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/26/08 03:55 PM, ID: 21648476

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/26/08 05:01 PM, ID: 21648662

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/26/08 05:36 PM, ID: 21648778

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/27/08 04:24 AM, ID: 21650892

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/27/08 08:31 AM, ID: 21652734

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: PHP Scripting Language
Tags: PHP/HTML
Sign Up Now!
Solution Provided By: Tchuki
Participating Experts: 2
Solution Grade: A
 
 
[+][-]05/27/08 09:05 AM, ID: 21653054

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/27/08 09:08 AM, ID: 21653087

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/27/08 09:11 AM, ID: 21653110

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/27/08 09:20 AM, ID: 21653205

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/27/08 09:37 AM, ID: 21653359

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/27/08 09:40 AM, ID: 21653390

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/27/08 09:58 AM, ID: 21653526

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/27/08 10:19 AM, ID: 21653713

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/27/08 11:13 AM, ID: 21654214

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/27/08 11:47 AM, ID: 21654482

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/27/08 12:51 PM, ID: 21655060

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/27/08 12:57 PM, ID: 21655113

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05/27/08 02:03 PM, ID: 21655678

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05/27/08 02:25 PM, ID: 21655859

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20090824-EE-VQP-74 / EE_QW_2_20070628