close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Price Range Search Not Error

Thread began 3/31/2011 7:18 am by hbibizadeh396670 | Last modified 3/31/2011 1:56 pm by hbibizadeh396670 | 2105 views | 8 replies |

hbibizadeh396670

Price Range Search Not Error

I am developing a estate agent website for a client and have run into a problem with creating a price range.

I made the overall system, insert property information etc.. But I need to use the data assist search wizard to make a min and max price range search.

Although I think it did it correctly after I search I get these errors.

Notice: Undefined index: S_MinPrice in C:\wamp\www\RealEstatePro\AdminPropForSale\property_Search.php on line 19

Notice: Undefined index: S_MaxPrice in C:\wamp\www\RealEstatePro\AdminPropForSale\property_Search.php on line 20

Not sure what this means

Thanks in advance

Sign in to reply to this post

Jason ByrnesWebAssist

please send a copy of the search and results page in a zip archive so I can examine the code.

Sign in to reply to this post

hbibizadeh396670

Here thanks

Attached Files
RealEstate.zip
Sign in to reply to this post

Jason ByrnesWebAssist

1) Delete the DataAssist search behavior from the searchpage, it should only be on the results page.


2) Change the forms action on the search page to go to the results page:
<form action="property_Pesults.php" method="get" name="WADASearchForm" id="WADASearchForm">

Sign in to reply to this post

hbibizadeh396670

Ok it did it.

Although I am not getting any errors I am also not getting any results at all

I dont know why

Sign in to reply to this post

Jason ByrnesWebAssist

your search form has a number of select list on it that dont have any values. for example:
<select name="S_BedRooms" id="S_BedRooms">
</select>



these are being caught by data assist search and treated as null. to have DataAssist search ignore them if a valueis not selected, you need to have a default empty option:
<select name="S_BedRooms" id="S_BedRooms">
<option ="">Make a selection</option>
</select>

Sign in to reply to this post

hbibizadeh396670

I think I did somthing wrong.

I have given all my search menus have options. But I still dont get any results.

I deleted the seach form from the results page and loaded it on its own. When I do that I see everthing.

However when I search, using the search page, I get no results returned at all

Sign in to reply to this post

Jason ByrnesWebAssist

I will need to see this in a browser to trouble shoot further.

Sign in to reply to this post

hbibizadeh396670

I think I can work it out thanks

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...