f and t variables

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
tomperys
Posts: 67
Joined: Tue May 14, 2013 10:17 am

f and t variables

Post by tomperys »

Hi

I have just quick question, whats the f ant t variables exactly for in relation with the DB, because we changed the URL to pretty URLS but we have in some articles links in old form like ?f=23&t=56 ... and I have no idea where it should go.

My guess was that F or T will be id of article in "faqdata" table, but I am not sure because:
1) I didnt find some of that number as ID
2) if there is an article for that number, the article is something completly different from that what you would expect...

So any hint how to find what it was? To which colum in which table the F and T refers?
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: f and t variables

Post by Thorsten »

Hi,

?f=2&t=19140 looks more like phpBB.

phpMyFAQ uses e.g. index.php?action=artikel&cat=1&id=2&artlang=de

That would be the category ID from the faqcategories table, the FAQ ID from faqdata and the FAQ language from the table faqdata

It would be a huge list with all URLs. Which one do you need?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
tomperys
Posts: 67
Joined: Tue May 14, 2013 10:17 am

Re: f and t variables

Post by tomperys »

Oh thanks, it was really from some old different forum. I was misled because the htaccess rewrote the original domain (in the link with ?f=&t=) with the myfaq domain so in the final code it looks like some old link from the same site.
Post Reply