| Wally Kolcz 2004-03-31, 11:38 am |
| I am trying to work on a dynamic web site that has the SQL inside the
hyperlink. I want it to pull information out of a database for the city and
the businesses in that city.
I have 2 tables: CatCity and CatType. CatCity is a number 1 - 32 (which is
the city) and CatType is a number 1 - 20 (which is a type of business in a
city).
When I try
http://www.carryoutmenus.com/listin...y=16&CatType=2, I
only get the city to pull up and it displays all the types of businesses in
that city with no response from the CatType. Am I writing the correct string
code?
It seems to work fine in the Macromedia forum when they have 2 identifiers
(catid and threadid):
http://www.macromedia.com/cfusion/w....cfm?catid=189&
threadid=803084
|