Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
591 views
in Q2A Core by
I want to link to the latest questions from another part of my site.

I checked the database, and am trying to figure out the SEO URL structure.

Does anyone know a bit of code in ASP that takes the title from the DB, and constructs the URL of the question?

Thanks in advance

Dan

1 Answer

0 votes
by
See qa_q_request(...) in qa-base.php.

But you can also just put the question ID at the end of the URL, and omit the rest of the question title. The URL will still work.
...