 |  | | Author: |  | Emmet Murray (213.185.212.---) |  | | Date: |  | 04.12.07 |  | Hi,
i want to use the value entered into a place holder to pull info from a database.
I can't just add it to the database query for each page. I need it to be dynamic.
I want to hard code a sql statement of - Select * FROM products WHERE ID = '<%place_holder%>' (place_holder being a 3 digit ID)
And then using that statement i want to display the database field event_link, which corresponds with that 3 digit code.
Any help would be great. |

|