In this section of the tutorial you will build the page that actually displays the content of an article. As this page will be included in the main index of the site, you can skip adding links that will change the article, or point towards another page.
The purpose of this page is to retrieve an article from the database A database refers to data organized and stored on a computer that can be searched and retrieved by a computer program. Most industrial-strength and many smaller database applications can be addressed using SQL (Structured Query Language)., and display its contents on page. The article ID to be retrieved is passed to the page through an URL parameter, which is fed into a filtered recordset A recordset is the result of executing an SQL query. It is composed of multiple rows, each row having multiple columns. The columns presented in the query result depend on the column list declared in the query (they can belong to different tables). The number of rows and their order depend on the query conditions (WHERE, GROUP BY, HAVING, ORDER). The recordset acts as a source of dynamic data The InterAKT Dynamic Data tool is a replacement for the standard dynamic data dialog. It is used in the MX Kollection 3, to provide a unified way of building mark-ups, or place holders. These are recordset fields, server or session variables, and other types of dynamic data that are replaced at runtime by their corresponding values in web applications.. This way, only the selected article will be displayed.
To create this page, follow the next steps:


When loaded in the browser with a correct id_pag value, it will display similar to the image below:

The next step is to integrate the three pages you've created until now (the menu, article lists and article page) into a single file, with the help of MX Includes.