1. heads
2.subheads
The field name in heads table is:
id, head_name.
the field name in subheads table is:
id,subhead_name .
i want to get value from these two table when the value mean id is '1'
i wrote the query something like this
Code:
SELECT `head_name`,`subhead_name`
Leave a comment: