Hi,

I have two table:

policies:
id      ==> auto increment, primary key
policy

topics
id       ==> auto increment, primary key
topic
polid  ==> linked from policies

In the policies table I have 72 records in the topics 325.  What I am
trying to do is to display all the 72 record for the policies table but
only put a hyperlink for the ones that have records in the topics table.

Any clues.

Adrian


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to