Hi,
i'm trying to build a blog with dreamweaver, the one wrote by Marius Zaharia
on your Dreamweaver Article "Building a Blog with Dreamweaver, PHP, and
MYSql-Part 1: Creating the Basic Application"

I was doing well... til i got stuck with this little detail about dynamic text
labelled. I don't know how to view it. I just see on my side the little php
icon instead of this {rsTopics.title_top} . I tried to look at it with design
view and in the Table view (standard view / layout view) but it doesnt work.
How can this be possible? Can somebody help me?

Here is the part of the article where im stuck...

Insert the table in the left cell. However, you only need the name of each
topic for the menu, so you should delete the id_top and the description_top
columns; just select the table colums and press the Delete key. Next, change
the title_top column heading with a human-readable one, such as Topics.

Currently, the menu entries have no links associated to them. Each menu entry
should lead to the topic.php page and pass it an URL parameter, which takes
corresponding id of the topic as the value. To create the link:

TextSelect the dynamic text labeled {rsTopics.title_top}.
In the Property inspector, click the folder icon next to the Link text box.
Browse to the site root folder on the local machine and select the topic.php
file.
In the URL text box, delete the preceding / character, because you need to use
the relative path to the file. The URL should be topic.php.
Click the Parameters button next to the URL text box. Dreamweaver opens a
dialog box, where you should define the URL parameter associated to this link.

best regards

Rosario