Forums
This topic is locked
Displaying search category
10 Apr 2002 01:57:50 Garo Maka posted:
The search page has a selectfield with categories wich have IDvalue and search in a database table_1 ID_field.The results page shows results from a table2 wich contains the ID in table1. So far good, it works!
Now... I want to display the category name at the top of the page, but I cant use a request because it shows the ID number. I could of course change the SQL, but there must be a way of saying "get this from searchpage but write this instead on resultspage by using a comon numeric field".
Like ... "request selCategory_id from searchpage then display the category name of the id on resultspage"
If you know the ansver, GREAT, I have been wondering how to do this.
Greetings Fredski