Creating the links to the detail page (PHP)

This post describes how to create the links. The next section describes how to modify the link so that it also passes the ID of the record the user selects. The detail page will use this ID to find the requested record in the database and display it.

To create links to the detail page:

1. In the dynamic table, select the dynamic content placeholder for the text you want to be linked.

In the following example, the {rsLocations.LOCATION_NAME} placeholder is selected. The links will be applied to the location names in the column.



2. In the Property inspector, click the folder icon beside the Link field.

3. Browse and select the detail page.

The detail page appears in the Link field.

In the dynamic table, the placeholder for the dynamic content appears linked. If you run the page on a server, you can see that the link is applied to the text in every table row.