Hi,

I?m building a Server Behavior (PHP) extension.

So, all is complete, only a little think. The connection path.

In the begining of the document, I?ll insert somethink like it:

<?php require_once('../../../Connections/ConnExtension.php'); ?>

So, for me to get it, I?m doing it:

<?php require_once('@@pathConnection@@'); ?>

Where the user, select the connection in a URL Text Fied. But the user need to
inform your connection too in a Connection Menu. So, I would like, that the
user needed to inform only your connection, selecting it in the Connection Menu.

But I don?t how to build the path connection only with the Connection Menu,
because it return only it: ConnExtension (in my example).

Someone know?