Usually you have to design the tables, with foreign key fields.
For example if you have a products table, and a product groups table. In one of them you have to have a fk field
In this example, it would make more sense for the products table to have a group_id field that links to the id field of the product groups table.
The key is designing the tables, with fields,that can cross-reference to each other.
What fields in the passwords table, can link to the prayers table?
Or maybe they should be two seperate queries.
If there is a recordmatch in the password checkuser query, then grab the content, cfelse show error message.
Main Topics
Browse All Topics





by: jyokumPosted on 2003-06-22 at 14:02:44ID: 8777388
no, not making much sense. could you give us give us a little more info?