Advertisement

03.26.2008 at 04:20AM PDT, ID: 23269951
[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!

6.6

How to retain user input in a search form from page to page using Dreamweaver CS3 and PHP

Asked by BelindaFerraz in PHP and Databases, Macromedia Dreamweaver, MySQL Server

Tags: ,

I am currently designing a real estate website using Dreamweaver CS3, php, MySQL on a Mac. On it is a 'property search' form that queries the property database. I am wanting to know how to retain/keep displayed the values a user has filled in the search form from page to page. The search form is located in the left hand panel on every page (it is in the template) of the website so a user can do a property search from any page. Once the form has been filled in and submited it links off to 'results.php' but on the results page the form has been reset. I would like the values selected on the form to remain when linked off to results page so the user can alter his selection if he wants.

Hope this makes sense.

Attached is the code for my form that I have in my templates for the site.

Can anyone help?

Thanks
Belinda




Start Free Trial
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:
<form accept-charset="utf-8" id="form1" name="form1" method="get" action="../results.php">
            <label for="varsaleorlet">Buy or Let:</label>
            <select name="varsaleorlet" class="value" id="varsaleorlet" onchange="drop()">
              <option value="selected"> Select one option </option>
              <option value="buy">Buy</option>
              <option value="let">Let</option>
            </select>
            <br/>
            <br/>
            <label for="vararea">Area:</label>
            <select name="vararea" class="value" id="vararea">
              <option selected="selected"> Select one option </option>
              <option value="SW11">SW11</option>
              <option value="SW12">SW12</option>
              <option value="SW16">SW16</option>
              <option value="SW17">SW17</option>
              <option value="SW18">SW18</option>
              <option>SW4</option>
              <option>SW6</option>
              <option>SW8</option>
              <option>SW9</option>
              <option>All Areas</option>
            </select>
            <br />
            <br />
            <label for="varminprice">Minimum Price</label>
            <select name="varminprice" size="1" class="value" onchange="drop2(this)">
              <option>&ndash; Select one option &ndash;</option>
              <option value="£100,000">£100,000</option>
              <option value="£200,000">£200,000</option>
              <option value="£300,000">£300,000</option>
              <option value="£400,000">£400,000</option>
              <option value="£500,000">£500,000</option>
              <option value="£750,000">£750,000</option>
              <option value="£1,000,000">£1,000,000</option>
                                    </select>
            <br />
            <br />
            <label for="varmaxprice">Maximum Price</label>
            <select name="varmaxprice" class="value" id="varmaxprice">
              <option selected="selected"> Select one option </option>
              <option value="£200,000">£200,000</option>
              <option value="£300,000">£300,000</option>
              <option value="£400,000">£400,000</option>
              <option value="£500,000">£500,000</option>
              <option value="£750,000">£750,000</option>
              <option value="£1,000,000">£1,000,000</option>
              <option value="£2,000,000">£2,000,000</option>
                        </select>
            <br />
            <br />
            <label for="varbedrooms">No. of Bedrooms</label>
            <select name="varbedrooms" class="value" id="varbedrooms">
              <option> Select one option </option>
              <option value="Studio">Studio</option>
              <option value="1">1</option>
              <option value="2">2</option>
              <option value="3">3</option>
              <option value="4">4</option>
              <option value="5">5</option>
              <option value="6+">6+</option>
            </select>
            <br />
            <br />
            <label for="search"></label>
            <input name="search" type="submit" class="value" id="search" value="SEARCH" />
          </form>
[+][-]03.26.2008 at 05:28AM PDT, ID: 21210844

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 05:46AM PDT, ID: 21210969

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 05:49AM PDT, ID: 21210991

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 07:36AM PDT, ID: 21212058

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 07:43AM PDT, ID: 21212126

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 07:58AM PDT, ID: 21212319

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 08:00AM PDT, ID: 21212339

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 08:16AM PDT, ID: 21212524

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 08:16AM PDT, ID: 21212525

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 08:41AM PDT, ID: 21212831

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 08:44AM PDT, ID: 21212869

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 08:45AM PDT, ID: 21212877

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 08:47AM PDT, ID: 21212905

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 08:55AM PDT, ID: 21212988

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 08:58AM PDT, ID: 21213043

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 09:02AM PDT, ID: 21213068

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 10:01AM PDT, ID: 21213811

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.26.2008 at 12:57PM PDT, ID: 21215549

View this solution now by starting your 7-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

Zones: PHP and Databases, Macromedia Dreamweaver, MySQL Server
Tags: PHP, Firefox, safari
Sign Up Now!
Solution Provided By: karlwilbur
Participating Experts: 3
Solution Grade: A
 
 
[+][-]03.26.2008 at 01:26PM PDT, ID: 21215826

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.27.2008 at 03:20AM PDT, ID: 21219891

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628