|
Posted by Captain Paralytic on 01/05/07 11:55
Anne Bos wrote:
> In a database about houses I want visitors to type in an address,
> whereupon they get information about that address. In a lot of cases
> the result is a table generated by a query.
> Is there a way of constructing an hyperlink from the items in the
> table, so that the reader is directed to more information about the
> address he wants to know more about?
> So, if the resulting table looks like
> Item, address, building year
> 1, Apple street 5, 1603
> 2. Apple street 8, 1960,
> 3. Berry road 105, 1750
> etc.
> and the visitor wants to know more about the house on Berry road, I
> can direct him to a page completely devoted to that house.
> Onno
Yes, just construct the hyperlink in your php code.
[Back to original message]
|