close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Incorrect categoryID returned from search

Thread began 4/29/2013 6:08 am by john70964 | Last modified 4/29/2013 9:42 am by john70964 | 630 views | 2 replies |

john70964

Incorrect categoryID returned from search

I am using a Data Assist Search Wizard with Data Assist results page.
From the search page I can select a CategoryID number but the results page will only show /Products1/product_results.php?CategoryID=2

IF I select CategoryID 3 or 4 in the search list it always returns the CategoryID=2
I am attaching the Search and Results page.
Can you suggest where I may be incorrect please?
Many thanks
John

Sign in to reply to this post

Jason ByrnesWebAssist

your results page is not actually using the data Assist Search, it is just using the URL variable being passed in by the form.

in your serach form you have the action sett to post to the results page, and you are using the recordset to pass the ID:
<form name="form1" action="product_results.php?CategoryID=<?php echo $row_rsCategory['CategoryID']; ?>" method="post">

this ID will always be for the first record.

change the action and the method of the form to not pass the URL in the action, and use the GET MEthod:
<form name="form1" action="product_results.php" method="get">

By using the get method, the form elements will now be passed as the URL variables.

change the name of the select list from Search

<select name="Search">

Search to CategoryID:

<select name="CategoryID">

now the CategoryID URL variable will be controlled by the select list instead of the recordset.

Sign in to reply to this post

john70964

Many thanks Jason for that excellent explanation.

It worked very well.
Regards

John

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