I have a php script that is a faq script. I have one table where it holds posts and another that holds titles. I am having a problem tying the post_id with table_id. In the titles table I have title_id auto incrementing and the posts table holds the post_id which auto increments, and a title_id which is supposed to be tied to the post_id so that when bringing up the title, the post can also be tied to the post.
Right now the title_id in the post table gets a "0" always for each post, never tied with any title. So I get blank posts where there should be answers. I don't know what to do at this point to get the two working.
I appreciate any help with this!
Rninja
Right now the title_id in the post table gets a "0" always for each post, never tied with any title. So I get blank posts where there should be answers. I don't know what to do at this point to get the two working.
I appreciate any help with this!
Rninja